Shades of Green Smoke #9CAF5D
Tints of Green Smoke #9CAF5D
RGB
CMYK
RGB Variations
Color information
#9CAF5D (or 0x9CAF5D) is known color: Green Smoke. HEX triplet: 9C, AF and 5D. RGB value is (156,175,93). Sum of RGB (Red+Green+Blue) = 156+175+93=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF5D is #6350A2. Grayscale: #A0A0A0. Windows color (decimal): -6508707 or 6139804. OLE color: 6139804.
HSL color Cylindrical-coordinate representation of color #9CAF5D: hue angle of 73.9º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CAF5D is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 93 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.31 |
| HSL | 73.9º | 0.34% | 0.53% | - |
| HSV(B) | 73.9º | 0.47% | 0.69% | - |
| XYZ | 31.02 | 38.52 | 16.16 | - |
| YUV | 159.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 93 | 0.11 | 0 | 0.47 | 0.31 | 73.9 | 0.34 | 0.53 |
| Hex | 9C | AF | 5D | B | 0 | 2F | 1F | 4A | 22 | 35 |
| Octal | 234 | 257 | 135 | 13 | 0 | 57 | 37 | 112 | 42 | 65 |
| Binary | 10011100 | 10101111 | 1011101 | 1011 | 0 | 101111 | 11111 | 1001010 | 100010 | 110101 |
Color Harmonies of #9CAF5D
Complementary color
Monochromatic Colors of #9CAF5D
Black with #9CAF5D
Text Example
Text Example
White with #9CAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF5D; }
p { color: rgb(156,175,93); }
H1.HeaderClassName
{
color: #9CAF5D;
}
.AnyTagClassName
{
color: #9CAF5D;
}
</style>
background-color css
<style>
a { background-color: #9CAF5D; }
a { background-color: rgb(156,175,93); }
div.DivClassName
{
background-color: #9CAF5D;
}
.BgClassName
{
background-color: #9CAF5D;
}
</style>
border-color css
<style>
span { border-color: #9CAF5D; }
span { border-color: rgb(156,175,93); }
td.TdClassName
{
border-color: #9CAF5D;
}
.TagClassName
{
border-color: #9CAF5D;
}
</style>