#99A26E

Color #99A26E Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #99A26E

Tints of Green Smoke #99A26E

Color information

#99A26E (or 0x99A26E) is unknown color: approx Green Smoke. HEX triplet: 99, A2 and 6E. RGB value is (153,162,110). Sum of RGB (Red+Green+Blue) = 153+162+110=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #99A26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A26E is #665D91. Grayscale: #999999. Windows color (decimal): -6708626 or 7250585. OLE color: 7250585.

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

Color convert

RGB153162110-
CMYK0.0600.320.36
HSL70.38º21.85%53.33%-
HSV(B)70.38º32.1%63.53%-
XYZ28.8733.7419.74-
YUV153.38103.52127.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=36%
G=38.12%
B=25.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621100.0600.320.3670.3821.8553.33
Hex99A26E602024461635
Octal2312421566040441062665
Binary100110011010001011011101100100000100100100011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99A26E;
 }
 .AnyTagClassName
 {
   color: #99A26E;
 }
</style>
background-color css

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

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

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

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

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

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