Shades of Zanah #B0D0AD
Tints of Zanah #B0D0AD
RGB
CMYK
RGB Variations
Color information
#B0D0AD (or 0xB0D0AD) is known color: Zanah. HEX triplet: B0, D0 and AD. RGB value is (176,208,173). Sum of RGB (Red+Green+Blue) = 176+208+173=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D0AD is #4F2F52. Grayscale: #C2C2C2. Windows color (decimal): -5189459 or 11391152. OLE color: 11391152.
HSL color Cylindrical-coordinate representation of color #B0D0AD: hue angle of 114.86º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D0AD is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 173 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.18 |
| HSL | 114.86º | 0.27% | 0.75% | - |
| HSV(B) | 114.86º | 0.17% | 0.82% | - |
| XYZ | 48 | 57.36 | 48.08 | - |
| YUV | 194.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 173 | 0.15 | 0 | 0.17 | 0.18 | 114.86 | 0.27 | 0.75 |
| Hex | B0 | D0 | AD | F | 0 | 11 | 12 | 73 | 1B | 4B |
| Octal | 260 | 320 | 255 | 17 | 0 | 21 | 22 | 163 | 33 | 113 |
| Binary | 10110000 | 11010000 | 10101101 | 1111 | 0 | 10001 | 10010 | 1110011 | 11011 | 1001011 |
Color Harmonies of #B0D0AD
Complementary color
Monochromatic Colors of #B0D0AD
Black with #B0D0AD
Text Example
Text Example
White with #B0D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0AD; }
p { color: rgb(176,208,173); }
H1.HeaderClassName
{
color: #B0D0AD;
}
.AnyTagClassName
{
color: #B0D0AD;
}
</style>
background-color css
<style>
a { background-color: #B0D0AD; }
a { background-color: rgb(176,208,173); }
div.DivClassName
{
background-color: #B0D0AD;
}
.BgClassName
{
background-color: #B0D0AD;
}
</style>
border-color css
<style>
span { border-color: #B0D0AD; }
span { border-color: rgb(176,208,173); }
td.TdClassName
{
border-color: #B0D0AD;
}
.TagClassName
{
border-color: #B0D0AD;
}
</style>