Html Css Color HEX #99A216 Citron

📋 copy color: '#99A216'

red 153 ◦ green 162 ◦ blue 22

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

Shades of Citron #99A216

Tints of Citron #99A216

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.07%

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

R = 45.4%
G = 48.07%
B = 6.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#99A216 (or 0x99A216) is known color: Citron. HEX triplet: 99, A2 and 16. RGB value is (153,162,22). Sum of RGB (Red+Green+Blue) = 153+162+22=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #99A216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A216 is #665DE9. Grayscale: #8F8F8F. Windows color (decimal): -6708714 or 1483417. OLE color: 1483417.

HSL color Cylindrical-coordinate representation of color #99A216: hue angle of 63.86º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99A216 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 22 -
CMYK 0.06 0 0.86 0.36
HSL 63.86º 0.76% 0.36% -
HSV(B) 63.86º 0.86% 0.64% -
XYZ 26.2 32.67 5.68 -
YUV 143.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 153 162 22 0.06 0 0.86 0.36 63.86 0.76 0.36
Hex 99 A2 16 6 0 56 24 40 4C 24
Octal 231 242 26 6 0 126 44 100 114 44
Binary 10011001 10100010 10110 110 0 1010110 100100 1000000 1001100 100100

Color Harmonies of #99A216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A216

Black with #99A216

Text Example


Text Example

White with #99A216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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