Shades of Jungle Mist #ADCBC9
Tints of Jungle Mist #ADCBC9
RGB
CMYK
RGB Variations
Color information
#ADCBC9 (or 0xADCBC9) is known color: Jungle Mist. HEX triplet: AD, CB and C9. RGB value is (173,203,201). Sum of RGB (Red+Green+Blue) = 173+203+201=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBC9 is #523436. Grayscale: #C1C1C1. Windows color (decimal): -5387319 or 13224877. OLE color: 13224877.
HSL color Cylindrical-coordinate representation of color #ADCBC9: hue angle of 176º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBC9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 201 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.20 |
| HSL | 176º | 0.22% | 0.74% | - |
| HSV(B) | 176º | 0.15% | 0.8% | - |
| XYZ | 49.13 | 55.81 | 63.44 | - |
| YUV | 193.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 201 | 0.15 | 0 | 0.01 | 0.20 | 176 | 0.22 | 0.74 |
| Hex | AD | CB | C9 | F | 0 | 1 | 14 | B0 | 16 | 4A |
| Octal | 255 | 313 | 311 | 17 | 0 | 1 | 24 | 260 | 26 | 112 |
| Binary | 10101101 | 11001011 | 11001001 | 1111 | 0 | 1 | 10100 | 10110000 | 10110 | 1001010 |
Color Harmonies of #ADCBC9
Complementary color
Monochromatic Colors of #ADCBC9
Black with #ADCBC9
Text Example
Text Example
White with #ADCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBC9; }
p { color: rgb(173,203,201); }
H1.HeaderClassName
{
color: #ADCBC9;
}
.AnyTagClassName
{
color: #ADCBC9;
}
</style>
background-color css
<style>
a { background-color: #ADCBC9; }
a { background-color: rgb(173,203,201); }
div.DivClassName
{
background-color: #ADCBC9;
}
.BgClassName
{
background-color: #ADCBC9;
}
</style>
border-color css
<style>
span { border-color: #ADCBC9; }
span { border-color: rgb(173,203,201); }
td.TdClassName
{
border-color: #ADCBC9;
}
.TagClassName
{
border-color: #ADCBC9;
}
</style>