Html Css Color HEX #99A46E Green Smoke

📋 copy color: '#99A46E'

red 153 ◦ green 164 ◦ blue 110

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

Shades of Green Smoke #99A46E

Tints of Green Smoke #99A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 35.83%
G = 38.41%
B = 25.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#99A46E (or 0x99A46E) is known color: Green Smoke. HEX triplet: 99, A4 and 6E. RGB value is (153,164,110). Sum of RGB (Red+Green+Blue) = 153+164+110=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #99A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A46E is #665B91. Grayscale: #9A9A9A. Windows color (decimal): -6708114 or 7251097. OLE color: 7251097.

HSL color Cylindrical-coordinate representation of color #99A46E: hue angle of 72.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99A46E is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 164 110 -
CMYK 0.07 0 0.33 0.36
HSL 72.22º 0.23% 0.54% -
HSV(B) 72.22º 0.33% 0.64% -
XYZ 29.23 34.45 19.86 -
YUV 154.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 153 164 110 0.07 0 0.33 0.36 72.22 0.23 0.54
Hex 99 A4 6E 7 0 21 24 48 17 36
Octal 231 244 156 7 0 41 44 110 27 66
Binary 10011001 10100100 1101110 111 0 100001 100100 1001000 10111 110110

Color Harmonies of #99A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A46E

Black with #99A46E

Text Example


Text Example

White with #99A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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