#90B010

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

Shades of Citrus #90B010

Tints of Citrus #90B010

Color information

#90B010 (or 0x90B010) is unknown color: approx Citrus. HEX triplet: 90, B0 and 10. RGB value is (144,176,16). Sum of RGB (Red+Green+Blue) = 144+176+16=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #90B010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B010 is #6F4FEF. Grayscale: #949494. Windows color (decimal): -7294960 or 1093776. OLE color: 1093776.

HSL color Cylindrical-coordinate representation of color #90B010: hue angle of 72º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90B010 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB14417616-
CMYK0.1800.910.31
HSL72º83.33%37.65%-
HSV(B)72º90.91%69.02%-
XYZ27.1237.026.21-
YUV148.1953.4125.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 176 (69.14% from 255) = 52.38%
BLUE value IS 16 (6.64% from 255) = 4.76%
R=42.86%
G=52.38%
B=4.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144176160.1800.910.317283.3337.65
Hex90B0101205B1F485326
Octal220260202201333711012346
Binary10010000101100001000010010010110111111110010001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,176,16); }

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

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

 a { background-color: rgb(144,176,16); }

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

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

 span { border-color: rgb(144,176,16); }

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