#94AB06

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

Shades of Citrus #94AB06

Tints of Citrus #94AB06

Color information

#94AB06 (or 0x94AB06) is unknown color: approx Citrus. HEX triplet: 94, AB and 06. RGB value is (148,171,6). Sum of RGB (Red+Green+Blue) = 148+171+6=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #94AB06 is #6B54F9. Grayscale: #919191. Windows color (decimal): -7034106 or 437140. OLE color: 437140.

HSL color Cylindrical-coordinate representation of color #94AB06: hue angle of 68.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94AB06 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1481716-
CMYK0.1300.960.33
HSL68.36º93.22%34.71%-
HSV(B)68.36º96.49%67.06%-
XYZ26.8135.435.6-
YUV145.3149.38129.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 6 (2.73% from 255) = 1.85%
R=45.54%
G=52.62%
B=1.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14817160.1300.960.3368.3693.2234.71
Hex94AB6D06021445d23
Octal22425361501404110413543
Binary100101001010101111011010110000010000110001001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,6); }

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

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

 a { background-color: rgb(148,171,6); }

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

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

 span { border-color: rgb(148,171,6); }

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