Html Css Color HEX #90B20A Citrus

📋 copy color: '#90B20A'

red 144 ◦ green 178 ◦ blue 10

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

Shades of Citrus #90B20A

Tints of Citrus #90B20A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 53.61%

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 43.37%
G = 53.61%
B = 3.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#90B20A (or 0x90B20A) is known color: Citrus. HEX triplet: 90, B2 and 0A. RGB value is (144,178,10). Sum of RGB (Red+Green+Blue) = 144+178+10=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #90B20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B20A is #6F4DF5. Grayscale: #959595. Windows color (decimal): -7294454 or 701072. OLE color: 701072.

HSL color Cylindrical-coordinate representation of color #90B20A: hue angle of 72.14º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90B20A is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 178 10 -
CMYK 0.19 0 0.94 0.30
HSL 72.14º 0.89% 0.37% -
HSV(B) 72.14º 0.94% 0.7% -
XYZ 27.48 37.79 6.13 -
YUV 148.68 49.74 124.66 -
System Red Green Blue C M Y K H S L
Decimal 144 178 10 0.19 0 0.94 0.30 72.14 0.89 0.37
Hex 90 B2 A 13 0 5E 1E 48 59 25
Octal 220 262 12 23 0 136 36 110 131 45
Binary 10010000 10110010 1010 10011 0 1011110 11110 1001000 1011001 100101

Color Harmonies of #90B20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B20A

Black with #90B20A

Text Example


Text Example

White with #90B20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,178,10); }

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

background-color css

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

 a { background-color: rgb(144,178,10); }

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

border-color css

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

 span { border-color: rgb(144,178,10); }

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