#9DAA5C

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

Shades of Green Smoke #9DAA5C

Tints of Green Smoke #9DAA5C

Color information

#9DAA5C (or 0x9DAA5C) is unknown color: approx Green Smoke. HEX triplet: 9D, AA and 5C. RGB value is (157,170,92). Sum of RGB (Red+Green+Blue) = 157+170+92=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA5C is #6255A3. Grayscale: #9D9D9D. Windows color (decimal): -6444452 or 6072989. OLE color: 6072989.

HSL color Cylindrical-coordinate representation of color #9DAA5C: hue angle of 70º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DAA5C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB15717092-
CMYK0.0800.460.33
HSL70º31.45%51.37%-
HSV(B)70º45.88%66.67%-
XYZ30.2136.6915.61-
YUV157.2291.19127.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=37.47%
G=40.57%
B=21.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157170920.0800.460.337031.4551.37
Hex9DAA5C802E21461f33
Octal23525213410056411063763
Binary1001110110101010101110010000101110100001100011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DAA5C; }

 p { color: rgb(157,170,92); }

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

<style>
 a { background-color: #9DAA5C; }

 a { background-color: rgb(157,170,92); }

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

<style>
 span { border-color: #9DAA5C; }

 span { border-color: rgb(157,170,92); }

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