Html Css Color HEX #90B916 Citrus

📋 copy color: '#90B916'

red 144 ◦ green 185 ◦ blue 22

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

Shades of Citrus #90B916

Tints of Citrus #90B916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.71%

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

R = 41.03%
G = 52.71%
B = 6.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#90B916 (or 0x90B916) is known color: Citrus. HEX triplet: 90, B9 and 16. RGB value is (144,185,22). Sum of RGB (Red+Green+Blue) = 144+185+22=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 185 (72.66% from 255 or 52.71% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 185 - color contains mainly: green. Hex color #90B916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B916 is #6F46E9. Grayscale: #9A9A9A. Windows color (decimal): -7292650 or 1489296. OLE color: 1489296.

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

Color convert

RGB 144 185 22 -
CMYK 0.22 0 0.88 0.27
HSL 75.09º 0.79% 0.41% -
HSV(B) 75.09º 0.88% 0.73% -
XYZ 29 40.69 7.08 -
YUV 154.16 53.42 120.75 -
System Red Green Blue C M Y K H S L
Decimal 144 185 22 0.22 0 0.88 0.27 75.09 0.79 0.41
Hex 90 B9 16 16 0 58 1B 4B 4F 29
Octal 220 271 26 26 0 130 33 113 117 51
Binary 10010000 10111001 10110 10110 0 1011000 11011 1001011 1001111 101001

Color Harmonies of #90B916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B916

Black with #90B916

Text Example


Text Example

White with #90B916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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