Shades of Jungle Mist #A9BFBE
Tints of Jungle Mist #A9BFBE
RGB
CMYK
RGB Variations
Color information
#A9BFBE (or 0xA9BFBE) is known color: Jungle Mist. HEX triplet: A9, BF and BE. RGB value is (169,191,190). Sum of RGB (Red+Green+Blue) = 169+191+190=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFBE is #564041. Grayscale: #B8B8B8. Windows color (decimal): -5652546 or 12500905. OLE color: 12500905.
HSL color Cylindrical-coordinate representation of color #A9BFBE: hue angle of 177.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BFBE is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 190 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.25 |
| HSL | 177.27º | 0.15% | 0.71% | - |
| HSV(B) | 177.27º | 0.12% | 0.75% | - |
| XYZ | 44.29 | 49.41 | 55.92 | - |
| YUV | 184.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 190 | 0.12 | 0 | 0.01 | 0.25 | 177.27 | 0.15 | 0.71 |
| Hex | A9 | BF | BE | C | 0 | 1 | 19 | B1 | F | 47 |
| Octal | 251 | 277 | 276 | 14 | 0 | 1 | 31 | 261 | 17 | 107 |
| Binary | 10101001 | 10111111 | 10111110 | 1100 | 0 | 1 | 11001 | 10110001 | 1111 | 1000111 |
Color Harmonies of #A9BFBE
Complementary color
Monochromatic Colors of #A9BFBE
Black with #A9BFBE
Text Example
Text Example
White with #A9BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFBE; }
p { color: rgb(169,191,190); }
H1.HeaderClassName
{
color: #A9BFBE;
}
.AnyTagClassName
{
color: #A9BFBE;
}
</style>
background-color css
<style>
a { background-color: #A9BFBE; }
a { background-color: rgb(169,191,190); }
div.DivClassName
{
background-color: #A9BFBE;
}
.BgClassName
{
background-color: #A9BFBE;
}
</style>
border-color css
<style>
span { border-color: #A9BFBE; }
span { border-color: rgb(169,191,190); }
td.TdClassName
{
border-color: #A9BFBE;
}
.TagClassName
{
border-color: #A9BFBE;
}
</style>