Html Css Color HEX #90B616 Citrus

📋 copy color: '#90B616'

red 144 ◦ green 182 ◦ blue 22

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

Shades of Citrus #90B616

Tints of Citrus #90B616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.32%

R = 41.38%
G = 52.3%
B = 6.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#90B616 (or 0x90B616) is known color: Citrus. HEX triplet: 90, B6 and 16. RGB value is (144,182,22). Sum of RGB (Red+Green+Blue) = 144+182+22=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #90B616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B616 is #6F49E9. Grayscale: #989898. Windows color (decimal): -7293418 or 1488528. OLE color: 1488528.

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

Color convert

RGB 144 182 22 -
CMYK 0.21 0 0.88 0.29
HSL 74.25º 0.78% 0.4% -
HSV(B) 74.25º 0.88% 0.71% -
XYZ 28.37 39.44 6.88 -
YUV 152.4 54.41 122.01 -
System Red Green Blue C M Y K H S L
Decimal 144 182 22 0.21 0 0.88 0.29 74.25 0.78 0.4
Hex 90 B6 16 15 0 58 1D 4A 4E 28
Octal 220 266 26 25 0 130 35 112 116 50
Binary 10010000 10110110 10110 10101 0 1011000 11101 1001010 1001110 101000

Color Harmonies of #90B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B616

Black with #90B616

Text Example


Text Example

White with #90B616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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