Shades of Jungle Mist #ADBDBD
Tints of Jungle Mist #ADBDBD
RGB
CMYK
RGB Variations
Color information
#ADBDBD (or 0xADBDBD) is known color: Jungle Mist. HEX triplet: AD, BD and BD. RGB value is (173,189,189). Sum of RGB (Red+Green+Blue) = 173+189+189=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #ADBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBD is #524242. Grayscale: #B8B8B8. Windows color (decimal): -5390915 or 12434861. OLE color: 12434861.
HSL color Cylindrical-coordinate representation of color #ADBDBD: hue angle of 180º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDBD is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 189 | - |
CMYK | 0.08 | 0 | 0 | 0.26 |
HSL | 180º | 0.11% | 0.71% | - |
HSV(B) | 180º | 0.08% | 0.74% | - |
XYZ | 44.62 | 48.95 | 55.24 | - |
YUV | 184.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 189 | 0.08 | 0 | 0 | 0.26 | 180 | 0.11 | 0.71 |
Hex | AD | BD | BD | 8 | 0 | 0 | 1A | B4 | B | 47 |
Octal | 255 | 275 | 275 | 10 | 0 | 0 | 32 | 264 | 13 | 107 |
Binary | 10101101 | 10111101 | 10111101 | 1000 | 0 | 0 | 11010 | 10110100 | 1011 | 1000111 |
Color Harmonies of #ADBDBD
Complementary color
Monochromatic Colors of #ADBDBD
Black with #ADBDBD
Text Example
Text Example
White with #ADBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDBD; }
p { color: rgb(173,189,189); }
H1.HeaderClassName
{
color: #ADBDBD;
}
.AnyTagClassName
{
color: #ADBDBD;
}
</style>
background-color css
<style>
a { background-color: #ADBDBD; }
a { background-color: rgb(173,189,189); }
div.DivClassName
{
background-color: #ADBDBD;
}
.BgClassName
{
background-color: #ADBDBD;
}
</style>
border-color css
<style>
span { border-color: #ADBDBD; }
span { border-color: rgb(173,189,189); }
td.TdClassName
{
border-color: #ADBDBD;
}
.TagClassName
{
border-color: #ADBDBD;
}
</style>