Shades of Green Smoke #9BAE68
Tints of Green Smoke #9BAE68
RGB
CMYK
RGB Variations
Color information
#9BAE68 (or 0x9BAE68) is known color: Green Smoke. HEX triplet: 9B, AE and 68. RGB value is (155,174,104). Sum of RGB (Red+Green+Blue) = 155+174+104=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE68 is #645197. Grayscale: #A0A0A0. Windows color (decimal): -6574488 or 6860443. OLE color: 6860443.
HSL color Cylindrical-coordinate representation of color #9BAE68: hue angle of 76.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BAE68 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 104 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.32 |
| HSL | 76.29º | 0.3% | 0.55% | - |
| HSV(B) | 76.29º | 0.4% | 0.68% | - |
| XYZ | 31.15 | 38.24 | 18.84 | - |
| YUV | 160.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 104 | 0.11 | 0 | 0.40 | 0.32 | 76.29 | 0.3 | 0.55 |
| Hex | 9B | AE | 68 | B | 0 | 28 | 20 | 4C | 1E | 37 |
| Octal | 233 | 256 | 150 | 13 | 0 | 50 | 40 | 114 | 36 | 67 |
| Binary | 10011011 | 10101110 | 1101000 | 1011 | 0 | 101000 | 100000 | 1001100 | 11110 | 110111 |
Color Harmonies of #9BAE68
Complementary color
Monochromatic Colors of #9BAE68
Black with #9BAE68
Text Example
Text Example
White with #9BAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE68; }
p { color: rgb(155,174,104); }
H1.HeaderClassName
{
color: #9BAE68;
}
.AnyTagClassName
{
color: #9BAE68;
}
</style>
background-color css
<style>
a { background-color: #9BAE68; }
a { background-color: rgb(155,174,104); }
div.DivClassName
{
background-color: #9BAE68;
}
.BgClassName
{
background-color: #9BAE68;
}
</style>
border-color css
<style>
span { border-color: #9BAE68; }
span { border-color: rgb(155,174,104); }
td.TdClassName
{
border-color: #9BAE68;
}
.TagClassName
{
border-color: #9BAE68;
}
</style>