Html Css Color HEX #90B816 Citrus

📋 copy color: '#90B816'

red 144 ◦ green 184 ◦ blue 22

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

Shades of Citrus #90B816

Tints of Citrus #90B816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.57%

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

R = 41.14%
G = 52.57%
B = 6.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#90B816 (or 0x90B816) is known color: Citrus. HEX triplet: 90, B8 and 16. RGB value is (144,184,22). Sum of RGB (Red+Green+Blue) = 144+184+22=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #90B816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B816 is #6F47E9. Grayscale: #9A9A9A. Windows color (decimal): -7292906 or 1489040. OLE color: 1489040.

HSL color Cylindrical-coordinate representation of color #90B816: hue angle of 74.81º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90B816 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 144 184 22 -
CMYK 0.22 0 0.88 0.28
HSL 74.81º 0.79% 0.4% -
HSV(B) 74.81º 0.88% 0.72% -
XYZ 28.79 40.27 7.01 -
YUV 153.57 53.75 121.17 -
System Red Green Blue C M Y K H S L
Decimal 144 184 22 0.22 0 0.88 0.28 74.81 0.79 0.4
Hex 90 B8 16 16 0 58 1C 4B 4F 28
Octal 220 270 26 26 0 130 34 113 117 50
Binary 10010000 10111000 10110 10110 0 1011000 11100 1001011 1001111 101000

Color Harmonies of #90B816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B816

Black with #90B816

Text Example


Text Example

White with #90B816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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