Shades of Green Smoke #9BB05C
Tints of Green Smoke #9BB05C
RGB
CMYK
RGB Variations
Color information
#9BB05C (or 0x9BB05C) is known color: Green Smoke. HEX triplet: 9B, B0 and 5C. RGB value is (155,176,92). Sum of RGB (Red+Green+Blue) = 155+176+92=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB05C is #644FA3. Grayscale: #A0A0A0. Windows color (decimal): -6573988 or 6074523. OLE color: 6074523.
HSL color Cylindrical-coordinate representation of color #9BB05C: hue angle of 75º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BB05C is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 176 | 92 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.31 |
| HSL | 75º | 0.35% | 0.53% | - |
| HSV(B) | 75º | 0.48% | 0.69% | - |
| XYZ | 30.97 | 38.79 | 15.98 | - |
| YUV | 160.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 92 | 0.12 | 0 | 0.48 | 0.31 | 75 | 0.35 | 0.53 |
| Hex | 9B | B0 | 5C | C | 0 | 30 | 1F | 4B | 23 | 35 |
| Octal | 233 | 260 | 134 | 14 | 0 | 60 | 37 | 113 | 43 | 65 |
| Binary | 10011011 | 10110000 | 1011100 | 1100 | 0 | 110000 | 11111 | 1001011 | 100011 | 110101 |
Color Harmonies of #9BB05C
Complementary color
Monochromatic Colors of #9BB05C
Black with #9BB05C
Text Example
Text Example
White with #9BB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB05C; }
p { color: rgb(155,176,92); }
H1.HeaderClassName
{
color: #9BB05C;
}
.AnyTagClassName
{
color: #9BB05C;
}
</style>
background-color css
<style>
a { background-color: #9BB05C; }
a { background-color: rgb(155,176,92); }
div.DivClassName
{
background-color: #9BB05C;
}
.BgClassName
{
background-color: #9BB05C;
}
</style>
border-color css
<style>
span { border-color: #9BB05C; }
span { border-color: rgb(155,176,92); }
td.TdClassName
{
border-color: #9BB05C;
}
.TagClassName
{
border-color: #9BB05C;
}
</style>