Shades of Green Smoke #9BA94B
Tints of Green Smoke #9BA94B
RGB
CMYK
RGB Variations
Color information
#9BA94B (or 0x9BA94B) is known color: Green Smoke. HEX triplet: 9B, A9 and 4B. RGB value is (155,169,75). Sum of RGB (Red+Green+Blue) = 155+169+75=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA94B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA94B is #6456B4. Grayscale: #9A9A9A. Windows color (decimal): -6575797 or 4958619. OLE color: 4958619.
HSL color Cylindrical-coordinate representation of color #9BA94B: hue angle of 68.94º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BA94B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 75 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.34 |
| HSL | 68.94º | 0.39% | 0.48% | - |
| HSV(B) | 68.94º | 0.56% | 0.66% | - |
| XYZ | 28.98 | 35.85 | 12.05 | - |
| YUV | 154.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 75 | 0.08 | 0 | 0.56 | 0.34 | 68.94 | 0.39 | 0.48 |
| Hex | 9B | A9 | 4B | 8 | 0 | 38 | 22 | 45 | 27 | 30 |
| Octal | 233 | 251 | 113 | 10 | 0 | 70 | 42 | 105 | 47 | 60 |
| Binary | 10011011 | 10101001 | 1001011 | 1000 | 0 | 111000 | 100010 | 1000101 | 100111 | 110000 |
Color Harmonies of #9BA94B
Complementary color
Monochromatic Colors of #9BA94B
Black with #9BA94B
Text Example
Text Example
White with #9BA94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA94B; }
p { color: rgb(155,169,75); }
H1.HeaderClassName
{
color: #9BA94B;
}
.AnyTagClassName
{
color: #9BA94B;
}
</style>
background-color css
<style>
a { background-color: #9BA94B; }
a { background-color: rgb(155,169,75); }
div.DivClassName
{
background-color: #9BA94B;
}
.BgClassName
{
background-color: #9BA94B;
}
</style>
border-color css
<style>
span { border-color: #9BA94B; }
span { border-color: rgb(155,169,75); }
td.TdClassName
{
border-color: #9BA94B;
}
.TagClassName
{
border-color: #9BA94B;
}
</style>