Shades of Green Smoke #9BAF57
Tints of Green Smoke #9BAF57
RGB
CMYK
RGB Variations
Color information
#9BAF57 (or 0x9BAF57) is known color: Green Smoke. HEX triplet: 9B, AF and 57. RGB value is (155,175,87). Sum of RGB (Red+Green+Blue) = 155+175+87=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF57 is #6450A8. Grayscale: #9F9F9F. Windows color (decimal): -6574249 or 5746587. OLE color: 5746587.
HSL color Cylindrical-coordinate representation of color #9BAF57: hue angle of 73.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BAF57 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 87 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.31 |
| HSL | 73.64º | 0.35% | 0.51% | - |
| HSV(B) | 73.64º | 0.5% | 0.69% | - |
| XYZ | 30.57 | 38.32 | 14.8 | - |
| YUV | 158.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 87 | 0.11 | 0 | 0.50 | 0.31 | 73.64 | 0.35 | 0.51 |
| Hex | 9B | AF | 57 | B | 0 | 32 | 1F | 4A | 23 | 33 |
| Octal | 233 | 257 | 127 | 13 | 0 | 62 | 37 | 112 | 43 | 63 |
| Binary | 10011011 | 10101111 | 1010111 | 1011 | 0 | 110010 | 11111 | 1001010 | 100011 | 110011 |
Color Harmonies of #9BAF57
Complementary color
Monochromatic Colors of #9BAF57
Black with #9BAF57
Text Example
Text Example
White with #9BAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF57; }
p { color: rgb(155,175,87); }
H1.HeaderClassName
{
color: #9BAF57;
}
.AnyTagClassName
{
color: #9BAF57;
}
</style>
background-color css
<style>
a { background-color: #9BAF57; }
a { background-color: rgb(155,175,87); }
div.DivClassName
{
background-color: #9BAF57;
}
.BgClassName
{
background-color: #9BAF57;
}
</style>
border-color css
<style>
span { border-color: #9BAF57; }
span { border-color: rgb(155,175,87); }
td.TdClassName
{
border-color: #9BAF57;
}
.TagClassName
{
border-color: #9BAF57;
}
</style>