Shades of Jungle Mist #99BFBF
Tints of Jungle Mist #99BFBF
RGB
CMYK
RGB Variations
Color information
#99BFBF (or 0x99BFBF) is known color: Jungle Mist. HEX triplet: 99, BF and BF. RGB value is (153,191,191). Sum of RGB (Red+Green+Blue) = 153+191+191=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #99BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFBF is #664040. Grayscale: #B3B3B3. Windows color (decimal): -6701121 or 12566425. OLE color: 12566425.
HSL color Cylindrical-coordinate representation of color #99BFBF: hue angle of 180º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFBF is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 191 | - |
| CMYK | 0.20 | 0 | 0 | 0.25 |
| HSL | 180º | 0.23% | 0.67% | - |
| HSV(B) | 180º | 0.2% | 0.75% | - |
| XYZ | 41.17 | 47.8 | 56.35 | - |
| YUV | 179.64 | 134.41 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 191 | 0.20 | 0 | 0 | 0.25 | 180 | 0.23 | 0.67 |
| Hex | 99 | BF | BF | 14 | 0 | 0 | 19 | B4 | 17 | 43 |
| Octal | 231 | 277 | 277 | 24 | 0 | 0 | 31 | 264 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10111111 | 10100 | 0 | 0 | 11001 | 10110100 | 10111 | 1000011 |
Color Harmonies of #99BFBF
Complementary color
Monochromatic Colors of #99BFBF
Black with #99BFBF
Text Example
Text Example
White with #99BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFBF; }
p { color: rgb(153,191,191); }
H1.HeaderClassName
{
color: #99BFBF;
}
.AnyTagClassName
{
color: #99BFBF;
}
</style>
background-color css
<style>
a { background-color: #99BFBF; }
a { background-color: rgb(153,191,191); }
div.DivClassName
{
background-color: #99BFBF;
}
.BgClassName
{
background-color: #99BFBF;
}
</style>
border-color css
<style>
span { border-color: #99BFBF; }
span { border-color: rgb(153,191,191); }
td.TdClassName
{
border-color: #99BFBF;
}
.TagClassName
{
border-color: #99BFBF;
}
</style>