Shades of Zanah #B0D0AA
Tints of Zanah #B0D0AA
RGB
CMYK
RGB Variations
Color information
#B0D0AA (or 0xB0D0AA) is known color: Zanah. HEX triplet: B0, D0 and AA. RGB value is (176,208,170). Sum of RGB (Red+Green+Blue) = 176+208+170=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D0AA is #4F2F55. Grayscale: #C2C2C2. Windows color (decimal): -5189462 or 11194544. OLE color: 11194544.
HSL color Cylindrical-coordinate representation of color #B0D0AA: hue angle of 110.53º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D0AA is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 170 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.18 |
| HSL | 110.53º | 0.29% | 0.74% | - |
| HSV(B) | 110.53º | 0.18% | 0.82% | - |
| XYZ | 47.72 | 57.24 | 46.56 | - |
| YUV | 194.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 170 | 0.15 | 0 | 0.18 | 0.18 | 110.53 | 0.29 | 0.74 |
| Hex | B0 | D0 | AA | F | 0 | 12 | 12 | 6F | 1D | 4A |
| Octal | 260 | 320 | 252 | 17 | 0 | 22 | 22 | 157 | 35 | 112 |
| Binary | 10110000 | 11010000 | 10101010 | 1111 | 0 | 10010 | 10010 | 1101111 | 11101 | 1001010 |
Color Harmonies of #B0D0AA
Complementary color
Monochromatic Colors of #B0D0AA
Black with #B0D0AA
Text Example
Text Example
White with #B0D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0AA; }
p { color: rgb(176,208,170); }
H1.HeaderClassName
{
color: #B0D0AA;
}
.AnyTagClassName
{
color: #B0D0AA;
}
</style>
background-color css
<style>
a { background-color: #B0D0AA; }
a { background-color: rgb(176,208,170); }
div.DivClassName
{
background-color: #B0D0AA;
}
.BgClassName
{
background-color: #B0D0AA;
}
</style>
border-color css
<style>
span { border-color: #B0D0AA; }
span { border-color: rgb(176,208,170); }
td.TdClassName
{
border-color: #B0D0AA;
}
.TagClassName
{
border-color: #B0D0AA;
}
</style>