Shades of Jungle Mist #9BBFBF
Tints of Jungle Mist #9BBFBF
RGB
CMYK
RGB Variations
Color information
#9BBFBF (or 0x9BBFBF) is known color: Jungle Mist. HEX triplet: 9B, BF and BF. RGB value is (155,191,191). Sum of RGB (Red+Green+Blue) = 155+191+191=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #9BBFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFBF is #644040. Grayscale: #B4B4B4. Windows color (decimal): -6570049 or 12566427. OLE color: 12566427.
HSL color Cylindrical-coordinate representation of color #9BBFBF: hue angle of 180º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBFBF is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 191 | - |
| CMYK | 0.19 | 0 | 0 | 0.25 |
| HSL | 180º | 0.22% | 0.68% | - |
| HSV(B) | 180º | 0.19% | 0.75% | - |
| XYZ | 41.55 | 47.99 | 56.36 | - |
| YUV | 180.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 191 | 0.19 | 0 | 0 | 0.25 | 180 | 0.22 | 0.68 |
| Hex | 9B | BF | BF | 13 | 0 | 0 | 19 | B4 | 16 | 44 |
| Octal | 233 | 277 | 277 | 23 | 0 | 0 | 31 | 264 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10111111 | 10011 | 0 | 0 | 11001 | 10110100 | 10110 | 1000100 |
Color Harmonies of #9BBFBF
Complementary color
Monochromatic Colors of #9BBFBF
Black with #9BBFBF
Text Example
Text Example
White with #9BBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFBF; }
p { color: rgb(155,191,191); }
H1.HeaderClassName
{
color: #9BBFBF;
}
.AnyTagClassName
{
color: #9BBFBF;
}
</style>
background-color css
<style>
a { background-color: #9BBFBF; }
a { background-color: rgb(155,191,191); }
div.DivClassName
{
background-color: #9BBFBF;
}
.BgClassName
{
background-color: #9BBFBF;
}
</style>
border-color css
<style>
span { border-color: #9BBFBF; }
span { border-color: rgb(155,191,191); }
td.TdClassName
{
border-color: #9BBFBF;
}
.TagClassName
{
border-color: #9BBFBF;
}
</style>