Shades of Green Smoke #9BAE4A
Tints of Green Smoke #9BAE4A
RGB
CMYK
RGB Variations
Color information
#9BAE4A (or 0x9BAE4A) is known color: Green Smoke. HEX triplet: 9B, AE and 4A. RGB value is (155,174,74). Sum of RGB (Red+Green+Blue) = 155+174+74=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE4A is #6451B5. Grayscale: #9D9D9D. Windows color (decimal): -6574518 or 4894363. OLE color: 4894363.
HSL color Cylindrical-coordinate representation of color #9BAE4A: hue angle of 71.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BAE4A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 74 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.32 |
| HSL | 71.4º | 0.4% | 0.49% | - |
| HSV(B) | 71.4º | 0.57% | 0.68% | - |
| XYZ | 29.89 | 37.74 | 12.19 | - |
| YUV | 156.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 74 | 0.11 | 0 | 0.57 | 0.32 | 71.4 | 0.4 | 0.49 |
| Hex | 9B | AE | 4A | B | 0 | 39 | 20 | 47 | 28 | 31 |
| Octal | 233 | 256 | 112 | 13 | 0 | 71 | 40 | 107 | 50 | 61 |
| Binary | 10011011 | 10101110 | 1001010 | 1011 | 0 | 111001 | 100000 | 1000111 | 101000 | 110001 |
Color Harmonies of #9BAE4A
Complementary color
Monochromatic Colors of #9BAE4A
Black with #9BAE4A
Text Example
Text Example
White with #9BAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE4A; }
p { color: rgb(155,174,74); }
H1.HeaderClassName
{
color: #9BAE4A;
}
.AnyTagClassName
{
color: #9BAE4A;
}
</style>
background-color css
<style>
a { background-color: #9BAE4A; }
a { background-color: rgb(155,174,74); }
div.DivClassName
{
background-color: #9BAE4A;
}
.BgClassName
{
background-color: #9BAE4A;
}
</style>
border-color css
<style>
span { border-color: #9BAE4A; }
span { border-color: rgb(155,174,74); }
td.TdClassName
{
border-color: #9BAE4A;
}
.TagClassName
{
border-color: #9BAE4A;
}
</style>