#90B606

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

Shades of Citrus #90B606

Tints of Citrus #90B606

Color information

#90B606 (or 0x90B606) is unknown color: approx Citrus. HEX triplet: 90, B6 and 06. RGB value is (144,182,6). Sum of RGB (Red+Green+Blue) = 144+182+6=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 182 (71.48% from 255 or 54.82% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 182 - color contains mainly: green. Hex color #90B606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B606 is #6F49F9. Grayscale: #979797. Windows color (decimal): -7293434 or 439952. OLE color: 439952.

HSL color Cylindrical-coordinate representation of color #90B606: hue angle of 72.95º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90B606 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1441826-
CMYK0.2100.970.29
HSL72.95º93.62%36.86%-
HSV(B)72.95º96.7%71.37%-
XYZ28.2639.46.29-
YUV150.5746.41123.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 182 (71.48% from 255) = 54.82%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=43.37%
G=54.82%
B=1.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14418260.2100.970.2972.9593.6236.86
Hex90B66150611D495e25
Octal22026662501413511113645
Binary100100001011011011010101011000011110110010011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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