#90AB06

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

Shades of Citrus #90AB06

Tints of Citrus #90AB06

Color information

#90AB06 (or 0x90AB06) is unknown color: approx Citrus. HEX triplet: 90, AB and 06. RGB value is (144,171,6). Sum of RGB (Red+Green+Blue) = 144+171+6=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AB06 is #6F54F9. Grayscale: #909090. Windows color (decimal): -7296250 or 437136. OLE color: 437136.

HSL color Cylindrical-coordinate representation of color #90AB06: hue angle of 69.82º 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 #90AB06 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1441716-
CMYK0.1600.960.33
HSL69.82º93.22%34.71%-
HSV(B)69.82º96.49%67.06%-
XYZ26.135.075.57-
YUV144.1250.05127.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 171 (67.19% from 255) = 53.27%
BLUE value IS 6 (2.73% from 255) = 1.87%
R=44.86%
G=53.27%
B=1.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14417160.1600.960.3369.8293.2234.71
Hex90AB61006021465d23
Octal22025362001404110613543
Binary1001000010101011110100000110000010000110001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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