Shades of Green Smoke #9CAF4B
Tints of Green Smoke #9CAF4B
RGB
CMYK
RGB Variations
Color information
#9CAF4B (or 0x9CAF4B) is known color: Green Smoke. HEX triplet: 9C, AF and 4B. RGB value is (156,175,75). Sum of RGB (Red+Green+Blue) = 156+175+75=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF4B is #6350B4. Grayscale: #9E9E9E. Windows color (decimal): -6508725 or 4960156. OLE color: 4960156.
HSL color Cylindrical-coordinate representation of color #9CAF4B: hue angle of 71.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CAF4B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 75 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.31 |
| HSL | 71.4º | 0.4% | 0.49% | - |
| HSV(B) | 71.4º | 0.57% | 0.69% | - |
| XYZ | 30.31 | 38.24 | 12.44 | - |
| YUV | 157.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 75 | 0.11 | 0 | 0.57 | 0.31 | 71.4 | 0.4 | 0.49 |
| Hex | 9C | AF | 4B | B | 0 | 39 | 1F | 47 | 28 | 31 |
| Octal | 234 | 257 | 113 | 13 | 0 | 71 | 37 | 107 | 50 | 61 |
| Binary | 10011100 | 10101111 | 1001011 | 1011 | 0 | 111001 | 11111 | 1000111 | 101000 | 110001 |
Color Harmonies of #9CAF4B
Complementary color
Monochromatic Colors of #9CAF4B
Black with #9CAF4B
Text Example
Text Example
White with #9CAF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF4B; }
p { color: rgb(156,175,75); }
H1.HeaderClassName
{
color: #9CAF4B;
}
.AnyTagClassName
{
color: #9CAF4B;
}
</style>
background-color css
<style>
a { background-color: #9CAF4B; }
a { background-color: rgb(156,175,75); }
div.DivClassName
{
background-color: #9CAF4B;
}
.BgClassName
{
background-color: #9CAF4B;
}
</style>
border-color css
<style>
span { border-color: #9CAF4B; }
span { border-color: rgb(156,175,75); }
td.TdClassName
{
border-color: #9CAF4B;
}
.TagClassName
{
border-color: #9CAF4B;
}
</style>