Html Css Color HEX #99A16E Green Smoke

📋 copy color: '#99A16E'

red 153 ◦ green 161 ◦ blue 110

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

Shades of Green Smoke #99A16E

Tints of Green Smoke #99A16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 36.08%
G = 37.97%
B = 25.94%

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

#99A16E (or 0x99A16E) is known color: Green Smoke. HEX triplet: 99, A1 and 6E. RGB value is (153,161,110). Sum of RGB (Red+Green+Blue) = 153+161+110=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #99A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A16E is #665E91. Grayscale: #989898. Windows color (decimal): -6708882 or 7250329. OLE color: 7250329.

HSL color Cylindrical-coordinate representation of color #99A16E: hue angle of 69.41º degrees, saturation: 0.21, 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 #99A16E is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 161 110 -
CMYK 0.05 0 0.32 0.37
HSL 69.41º 0.21% 0.53% -
HSV(B) 69.41º 0.32% 0.63% -
XYZ 28.7 33.39 19.68 -
YUV 152.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 153 161 110 0.05 0 0.32 0.37 69.41 0.21 0.53
Hex 99 A1 6E 5 0 20 25 45 15 35
Octal 231 241 156 5 0 40 45 105 25 65
Binary 10011001 10100001 1101110 101 0 100000 100101 1000101 10101 110101

Color Harmonies of #99A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A16E

Black with #99A16E

Text Example


Text Example

White with #99A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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