Html Css Color HEX #99B918 Citrus

📋 copy color: '#99B918'

red 153 ◦ green 185 ◦ blue 24

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

Shades of Citrus #99B918

Tints of Citrus #99B918

RGB

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

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

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

R = 42.27%
G = 51.1%
B = 6.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#99B918 (or 0x99B918) is known color: Citrus. HEX triplet: 99, B9 and 18. RGB value is (153,185,24). Sum of RGB (Red+Green+Blue) = 153+185+24=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #99B918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B918 is #6646E7. Grayscale: #9D9D9D. Windows color (decimal): -6702824 or 1620377. OLE color: 1620377.

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

Color convert

RGB 153 185 24 -
CMYK 0.17 0 0.87 0.27
HSL 71.93º 0.77% 0.41% -
HSV(B) 71.93º 0.87% 0.73% -
XYZ 30.65 41.54 7.27 -
YUV 157.08 52.9 125.09 -
System Red Green Blue C M Y K H S L
Decimal 153 185 24 0.17 0 0.87 0.27 71.93 0.77 0.41
Hex 99 B9 18 11 0 57 1B 48 4D 29
Octal 231 271 30 21 0 127 33 110 115 51
Binary 10011001 10111001 11000 10001 0 1010111 11011 1001000 1001101 101001

Color Harmonies of #99B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B918

Black with #99B918

Text Example


Text Example

White with #99B918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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