Html Css Color HEX #99B718 Citrus

📋 copy color: '#99B718'

red 153 ◦ green 183 ◦ blue 24

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

Shades of Citrus #99B718

Tints of Citrus #99B718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.83%

 BLUE value IS 24 (9.77% from 255) = 6.67%

R = 42.5%
G = 50.83%
B = 6.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#99B718 (or 0x99B718) is known color: Citrus. HEX triplet: 99, B7 and 18. RGB value is (153,183,24). Sum of RGB (Red+Green+Blue) = 153+183+24=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #99B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B718 is #6648E7. Grayscale: #9C9C9C. Windows color (decimal): -6703336 or 1619865. OLE color: 1619865.

HSL color Cylindrical-coordinate representation of color #99B718: hue angle of 71.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99B718 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 183 24 -
CMYK 0.16 0 0.87 0.28
HSL 71.32º 0.77% 0.41% -
HSV(B) 71.32º 0.87% 0.72% -
XYZ 30.24 40.71 7.13 -
YUV 155.9 53.56 125.93 -
System Red Green Blue C M Y K H S L
Decimal 153 183 24 0.16 0 0.87 0.28 71.32 0.77 0.41
Hex 99 B7 18 10 0 57 1C 47 4D 29
Octal 231 267 30 20 0 127 34 107 115 51
Binary 10011001 10110111 11000 10000 0 1010111 11100 1000111 1001101 101001

Color Harmonies of #99B718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B718

Black with #99B718

Text Example


Text Example

White with #99B718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,183,24); }

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

background-color css

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

 a { background-color: rgb(153,183,24); }

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

border-color css

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

 span { border-color: rgb(153,183,24); }

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