Html Css Color HEX #90B213 Citrus

📋 copy color: '#90B213'

red 144 ◦ green 178 ◦ blue 19

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

Shades of Citrus #90B213

Tints of Citrus #90B213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 42.23%
G = 52.2%
B = 5.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#90B213 (or 0x90B213) is known color: Citrus. HEX triplet: 90, B2 and 13. RGB value is (144,178,19). Sum of RGB (Red+Green+Blue) = 144+178+19=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #90B213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B213 is #6F4DEC. Grayscale: #969696. Windows color (decimal): -7294445 or 1290896. OLE color: 1290896.

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

Color convert

RGB 144 178 19 -
CMYK 0.19 0 0.89 0.30
HSL 72.83º 0.81% 0.39% -
HSV(B) 72.83º 0.89% 0.7% -
XYZ 27.54 37.82 6.46 -
YUV 149.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 144 178 19 0.19 0 0.89 0.30 72.83 0.81 0.39
Hex 90 B2 13 13 0 59 1E 49 51 27
Octal 220 262 23 23 0 131 36 111 121 47
Binary 10010000 10110010 10011 10011 0 1011001 11110 1001001 1010001 100111

Color Harmonies of #90B213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B213

Black with #90B213

Text Example


Text Example

White with #90B213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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