Shades of Jungle Mist #ACBDBD
Tints of Jungle Mist #ACBDBD
RGB
CMYK
RGB Variations
Color information
#ACBDBD (or 0xACBDBD) is known color: Jungle Mist. HEX triplet: AC, BD and BD. RGB value is (172,189,189). Sum of RGB (Red+Green+Blue) = 172+189+189=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #ACBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDBD is #534242. Grayscale: #B7B7B7. Windows color (decimal): -5456451 or 12434860. OLE color: 12434860.
HSL color Cylindrical-coordinate representation of color #ACBDBD: 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.09%. Process color model (Four color, CMYK) of #ACBDBD is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 189 | - |
CMYK | 0.09 | 0 | 0 | 0.26 |
HSL | 180º | 0.11% | 0.71% | - |
HSV(B) | 180º | 0.09% | 0.74% | - |
XYZ | 44.4 | 48.84 | 55.23 | - |
YUV | 183.92 | 130.87 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 189 | 0.09 | 0 | 0 | 0.26 | 180 | 0.11 | 0.71 |
Hex | AC | BD | BD | 9 | 0 | 0 | 1A | B4 | B | 47 |
Octal | 254 | 275 | 275 | 11 | 0 | 0 | 32 | 264 | 13 | 107 |
Binary | 10101100 | 10111101 | 10111101 | 1001 | 0 | 0 | 11010 | 10110100 | 1011 | 1000111 |
Color Harmonies of #ACBDBD
Complementary color
Monochromatic Colors of #ACBDBD
Black with #ACBDBD
Text Example
Text Example
White with #ACBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDBD; }
p { color: rgb(172,189,189); }
H1.HeaderClassName
{
color: #ACBDBD;
}
.AnyTagClassName
{
color: #ACBDBD;
}
</style>
background-color css
<style>
a { background-color: #ACBDBD; }
a { background-color: rgb(172,189,189); }
div.DivClassName
{
background-color: #ACBDBD;
}
.BgClassName
{
background-color: #ACBDBD;
}
</style>
border-color css
<style>
span { border-color: #ACBDBD; }
span { border-color: rgb(172,189,189); }
td.TdClassName
{
border-color: #ACBDBD;
}
.TagClassName
{
border-color: #ACBDBD;
}
</style>