#90b600

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

Shades of Citrus #90B600

Tints of Citrus #90B600

Color information

#90B600 (or 0x90B600) is unknown color: approx Citrus. HEX triplet: 90, B6 and 00. RGB value is (144,182,0). Sum of RGB (Red+Green+Blue) = 144+182+0=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #90B600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B600 is #6F49FF. Grayscale: #969696. Windows color (decimal): -7293440 or 46736. OLE color: 46736.

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

Color convert

RGB1441820-
CMYK0.21010.29
HSL72.53º100%35.69%-
HSV(B)72.53º100%71.37%-
XYZ28.2339.396.11-
YUV149.8943.41123.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 182 (71.48% from 255) = 55.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.17%
G=55.83%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14418200.21010.2972.5310035.69
Hex90B60150641D496424
Octal22026602501443511114444
Binary1001000010110110010101011001001110110010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90b600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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