#90AB0B

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

Shades of Citrus #90AB0B

Tints of Citrus #90AB0B

Color information

#90AB0B (or 0x90AB0B) is unknown color: approx Citrus. HEX triplet: 90, AB and 0B. RGB value is (144,171,11). Sum of RGB (Red+Green+Blue) = 144+171+11=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AB0B is #6F54F4. Grayscale: #919191. Windows color (decimal): -7296245 or 764816. OLE color: 764816.

HSL color Cylindrical-coordinate representation of color #90AB0B: hue angle of 70.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90AB0B is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB14417111-
CMYK0.1600.940.33
HSL70.12º87.91%35.69%-
HSV(B)70.12º93.57%67.06%-
XYZ26.1235.085.71-
YUV144.6952.55127.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 171 (67.19% from 255) = 52.45%
BLUE value IS 11 (4.69% from 255) = 3.37%
R=44.17%
G=52.45%
B=3.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144171110.1600.940.3370.1287.9135.69
Hex90ABB1005E21465824
Octal220253132001364110613044
Binary10010000101010111011100000101111010000110001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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