Shades of Green Smoke #9BAF4C
Tints of Green Smoke #9BAF4C
RGB
CMYK
RGB Variations
Color information
#9BAF4C (or 0x9BAF4C) is known color: Green Smoke. HEX triplet: 9B, AF and 4C. RGB value is (155,175,76). Sum of RGB (Red+Green+Blue) = 155+175+76=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAF4C is #6450B3. Grayscale: #9E9E9E. Windows color (decimal): -6574260 or 5025691. OLE color: 5025691.
HSL color Cylindrical-coordinate representation of color #9BAF4C: hue angle of 72.12º degrees, saturation: 0.39, 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 #9BAF4C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 76 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.31 |
| HSL | 72.12º | 0.39% | 0.49% | - |
| HSV(B) | 72.12º | 0.57% | 0.69% | - |
| XYZ | 30.15 | 38.15 | 12.61 | - |
| YUV | 157.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 76 | 0.11 | 0 | 0.57 | 0.31 | 72.12 | 0.39 | 0.49 |
| Hex | 9B | AF | 4C | B | 0 | 39 | 1F | 48 | 27 | 31 |
| Octal | 233 | 257 | 114 | 13 | 0 | 71 | 37 | 110 | 47 | 61 |
| Binary | 10011011 | 10101111 | 1001100 | 1011 | 0 | 111001 | 11111 | 1001000 | 100111 | 110001 |
Color Harmonies of #9BAF4C
Complementary color
Monochromatic Colors of #9BAF4C
Black with #9BAF4C
Text Example
Text Example
White with #9BAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF4C; }
p { color: rgb(155,175,76); }
H1.HeaderClassName
{
color: #9BAF4C;
}
.AnyTagClassName
{
color: #9BAF4C;
}
</style>
background-color css
<style>
a { background-color: #9BAF4C; }
a { background-color: rgb(155,175,76); }
div.DivClassName
{
background-color: #9BAF4C;
}
.BgClassName
{
background-color: #9BAF4C;
}
</style>
border-color css
<style>
span { border-color: #9BAF4C; }
span { border-color: rgb(155,175,76); }
td.TdClassName
{
border-color: #9BAF4C;
}
.TagClassName
{
border-color: #9BAF4C;
}
</style>