#94A217

Color #94A217 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #94A217

Tints of Citron #94A217

Color information

#94A217 (or 0x94A217) is unknown color: approx Citron. HEX triplet: 94, A2 and 17. RGB value is (148,162,23). Sum of RGB (Red+Green+Blue) = 148+162+23=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #94A217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94A217 is #6B5DE8. Grayscale: #8E8E8E. Windows color (decimal): -7036393 or 1548948. OLE color: 1548948.

HSL color Cylindrical-coordinate representation of color #94A217: hue angle of 66.04º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94A217 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB14816223-
CMYK0.0900.860.36
HSL66.04º75.14%36.27%-
HSV(B)66.04º85.8%63.53%-
XYZ25.2932.25.69-
YUV141.9760.86132.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 162 (63.67% from 255) = 48.65%
BLUE value IS 23 (9.38% from 255) = 6.91%
R=44.44%
G=48.65%
B=6.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148162230.0900.860.3666.0475.1436.27
Hex94A217905624424b24
Octal224242271101264410211344
Binary10010100101000101011110010101011010010010000101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A217; }

 p { color: rgb(148,162,23); }

 H1.HeaderClassName
 {
   color: #94A217;
 }
 .AnyTagClassName
 {
   color: #94A217;
 }
</style>
background-color css

<style>
 a { background-color: #94A217; }

 a { background-color: rgb(148,162,23); }

 div.DivClassName
 {
   background-color: #94A217;
 }
 .BgClassName
 {
   background-color: #94A217;
 }
</style>
border-color css

<style>
 span { border-color: #94A217; }

 span { border-color: rgb(148,162,23); }

 td.TdClassName
 {
   border-color: #94A217;
 }
 .TagClassName
 {
   border-color: #94A217;
 }
</style>