Html Css Color HEX #99A718 Citron

📋 copy color: '#99A718'

red 153 ◦ green 167 ◦ blue 24

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

Shades of Citron #99A718

Tints of Citron #99A718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.55%

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

R = 44.48%
G = 48.55%
B = 6.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#99A718 (or 0x99A718) is known color: Citron. HEX triplet: 99, A7 and 18. RGB value is (153,167,24). Sum of RGB (Red+Green+Blue) = 153+167+24=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #99A718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A718 is #6658E7. Grayscale: #939393. Windows color (decimal): -6707432 or 1615769. OLE color: 1615769.

HSL color Cylindrical-coordinate representation of color #99A718: hue angle of 65.87º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99A718 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 167 24 -
CMYK 0.08 0 0.86 0.35
HSL 65.87º 0.75% 0.37% -
HSV(B) 65.87º 0.86% 0.65% -
XYZ 27.12 34.48 6.09 -
YUV 146.51 58.86 132.63 -
System Red Green Blue C M Y K H S L
Decimal 153 167 24 0.08 0 0.86 0.35 65.87 0.75 0.37
Hex 99 A7 18 8 0 56 23 42 4B 25
Octal 231 247 30 10 0 126 43 102 113 45
Binary 10011001 10100111 11000 1000 0 1010110 100011 1000010 1001011 100101

Color Harmonies of #99A718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A718

Black with #99A718

Text Example


Text Example

White with #99A718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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