Html Css Color HEX #99A716 Citron

📋 copy color: '#99A716'

red 153 ◦ green 167 ◦ blue 22

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

Shades of Citron #99A716

Tints of Citron #99A716

RGB

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

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

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

R = 44.74%
G = 48.83%
B = 6.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#99A716 (or 0x99A716) is known color: Citron. HEX triplet: 99, A7 and 16. RGB value is (153,167,22). Sum of RGB (Red+Green+Blue) = 153+167+22=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #99A716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A716 is #6658E9. Grayscale: #929292. Windows color (decimal): -6707434 or 1484697. OLE color: 1484697.

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

Color convert

RGB 153 167 22 -
CMYK 0.08 0 0.87 0.35
HSL 65.79º 0.77% 0.37% -
HSV(B) 65.79º 0.87% 0.65% -
XYZ 27.1 34.47 5.98 -
YUV 146.28 57.86 132.79 -
System Red Green Blue C M Y K H S L
Decimal 153 167 22 0.08 0 0.87 0.35 65.79 0.77 0.37
Hex 99 A7 16 8 0 57 23 42 4D 25
Octal 231 247 26 10 0 127 43 102 115 45
Binary 10011001 10100111 10110 1000 0 1010111 100011 1000010 1001101 100101

Color Harmonies of #99A716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A716

Black with #99A716

Text Example


Text Example

White with #99A716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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