Shades of Green Smoke #9BAE4B
Tints of Green Smoke #9BAE4B
RGB
CMYK
RGB Variations
Color information
#9BAE4B (or 0x9BAE4B) is known color: Green Smoke. HEX triplet: 9B, AE and 4B. RGB value is (155,174,75). Sum of RGB (Red+Green+Blue) = 155+174+75=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE4B is #6451B4. Grayscale: #9D9D9D. Windows color (decimal): -6574517 or 4959899. OLE color: 4959899.
HSL color Cylindrical-coordinate representation of color #9BAE4B: hue angle of 71.52º 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 #9BAE4B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 75 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.32 |
| HSL | 71.52º | 0.4% | 0.49% | - |
| HSV(B) | 71.52º | 0.57% | 0.68% | - |
| XYZ | 29.92 | 37.75 | 12.37 | - |
| YUV | 157.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 75 | 0.11 | 0 | 0.57 | 0.32 | 71.52 | 0.4 | 0.49 |
| Hex | 9B | AE | 4B | B | 0 | 39 | 20 | 48 | 28 | 31 |
| Octal | 233 | 256 | 113 | 13 | 0 | 71 | 40 | 110 | 50 | 61 |
| Binary | 10011011 | 10101110 | 1001011 | 1011 | 0 | 111001 | 100000 | 1001000 | 101000 | 110001 |
Color Harmonies of #9BAE4B
Complementary color
Monochromatic Colors of #9BAE4B
Black with #9BAE4B
Text Example
Text Example
White with #9BAE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE4B; }
p { color: rgb(155,174,75); }
H1.HeaderClassName
{
color: #9BAE4B;
}
.AnyTagClassName
{
color: #9BAE4B;
}
</style>
background-color css
<style>
a { background-color: #9BAE4B; }
a { background-color: rgb(155,174,75); }
div.DivClassName
{
background-color: #9BAE4B;
}
.BgClassName
{
background-color: #9BAE4B;
}
</style>
border-color css
<style>
span { border-color: #9BAE4B; }
span { border-color: rgb(155,174,75); }
td.TdClassName
{
border-color: #9BAE4B;
}
.TagClassName
{
border-color: #9BAE4B;
}
</style>