Html Css Color HEX #99B616 Citrus

📋 copy color: '#99B616'

red 153 ◦ green 182 ◦ blue 22

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

Shades of Citrus #99B616

Tints of Citrus #99B616

RGB

 RED value IS 153 (60.16% from 255) = 42.86%

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

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

R = 42.86%
G = 50.98%
B = 6.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#99B616 (or 0x99B616) is known color: Citrus. HEX triplet: 99, B6 and 16. RGB value is (153,182,22). Sum of RGB (Red+Green+Blue) = 153+182+22=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #99B616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B616 is #6649E9. Grayscale: #9B9B9B. Windows color (decimal): -6703594 or 1488537. OLE color: 1488537.

HSL color Cylindrical-coordinate representation of color #99B616: hue angle of 70.88º 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 #99B616 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 182 22 -
CMYK 0.16 0 0.88 0.29
HSL 70.88º 0.78% 0.4% -
HSV(B) 70.88º 0.88% 0.71% -
XYZ 30.01 40.29 6.95 -
YUV 155.09 52.89 126.51 -
System Red Green Blue C M Y K H S L
Decimal 153 182 22 0.16 0 0.88 0.29 70.88 0.78 0.4
Hex 99 B6 16 10 0 58 1D 47 4E 28
Octal 231 266 26 20 0 130 35 107 116 50
Binary 10011001 10110110 10110 10000 0 1011000 11101 1000111 1001110 101000

Color Harmonies of #99B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B616

Black with #99B616

Text Example


Text Example

White with #99B616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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