Html Css Color HEX #90B602 Citrus

📋 copy color: '#90B602'

red 144 ◦ green 182 ◦ blue 2

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

Shades of Citrus #90B602

Tints of Citrus #90B602

RGB

 RED value IS 144 (56.64% from 255) = 43.9%

 GREEN value IS 182 (71.48% from 255) = 55.49%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 43.9%
G = 55.49%
B = 0.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#90B602 (or 0x90B602) is known color: Citrus. HEX triplet: 90, B6 and 02. RGB value is (144,182,2). Sum of RGB (Red+Green+Blue) = 144+182+2=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #90B602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B602 is #6F49FD. Grayscale: #969696. Windows color (decimal): -7293438 or 177808. OLE color: 177808.

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

Color convert

RGB 144 182 2 -
CMYK 0.21 0 0.99 0.29
HSL 72.67º 0.98% 0.36% -
HSV(B) 72.67º 0.99% 0.71% -
XYZ 28.24 39.39 6.17 -
YUV 150.12 44.41 123.64 -
System Red Green Blue C M Y K H S L
Decimal 144 182 2 0.21 0 0.99 0.29 72.67 0.98 0.36
Hex 90 B6 2 15 0 63 1D 49 62 24
Octal 220 266 2 25 0 143 35 111 142 44
Binary 10010000 10110110 10 10101 0 1100011 11101 1001001 1100010 100100

Color Harmonies of #90B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B602

Black with #90B602

Text Example


Text Example

White with #90B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90B602;
 }
 .AnyTagClassName
 {
   color: #90B602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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