Html Css Color HEX #90B600 Citrus

📋 copy color: '#90B600'

red 144 ◦ green 182 ◦ blue 0

#90B600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #90B600

Tints of Citrus #90B600

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 value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#90B600 (or 0x90B600) is known color: 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

RGB 144 182 0 -
CMYK 0.21 0 1 0.29
HSL 72.53º 1% 0.36% -
HSV(B) 72.53º 1% 0.71% -
XYZ 28.23 39.39 6.11 -
YUV 149.89 43.41 123.8 -
System Red Green Blue C M Y K H S L
Decimal 144 182 0 0.21 0 1 0.29 72.53 1 0.36
Hex 90 B6 0 15 0 64 1D 49 64 24
Octal 220 266 0 25 0 144 35 111 144 44
Binary 10010000 10110110 0 10101 0 1100100 11101 1001001 1100100 100100

Color Harmonies of #90B600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B600

Black with #90B600

Text Example


Text Example

White with #90B600

Text Example


Text Example

HTML Codes & Css Web 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>