Html Css Color HEX #99A16D Green Smoke

📋 copy color: '#99A16D'

red 153 ◦ green 161 ◦ blue 109

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

Shades of Green Smoke #99A16D

Tints of Green Smoke #99A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.06%

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 36.17%
G = 38.06%
B = 25.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#99A16D (or 0x99A16D) is known color: Green Smoke. HEX triplet: 99, A1 and 6D. RGB value is (153,161,109). Sum of RGB (Red+Green+Blue) = 153+161+109=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #99A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A16D is #665E92. Grayscale: #989898. Windows color (decimal): -6708883 or 7184793. OLE color: 7184793.

HSL color Cylindrical-coordinate representation of color #99A16D: hue angle of 69.23º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99A16D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 161 109 -
CMYK 0.05 0 0.32 0.37
HSL 69.23º 0.22% 0.53% -
HSV(B) 69.23º 0.32% 0.63% -
XYZ 28.64 33.37 19.4 -
YUV 152.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 153 161 109 0.05 0 0.32 0.37 69.23 0.22 0.53
Hex 99 A1 6D 5 0 20 25 45 16 35
Octal 231 241 155 5 0 40 45 105 26 65
Binary 10011001 10100001 1101101 101 0 100000 100101 1000101 10110 110101

Color Harmonies of #99A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A16D

Black with #99A16D

Text Example


Text Example

White with #99A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,161,109); }

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

background-color css

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

 a { background-color: rgb(153,161,109); }

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

border-color css

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

 span { border-color: rgb(153,161,109); }

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