Shades of Zanah #B4C5B4
Tints of Zanah #B4C5B4
RGB
CMYK
RGB Variations
Color information
#B4C5B4 (or 0xB4C5B4) is known color: Zanah. HEX triplet: B4, C5 and B4. RGB value is (180,197,180). Sum of RGB (Red+Green+Blue) = 180+197+180=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C5B4 is #4B3A4B. Grayscale: #BEBEBE. Windows color (decimal): -4930124 or 11847092. OLE color: 11847092.
HSL color Cylindrical-coordinate representation of color #B4C5B4: hue angle of 120º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4C5B4 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 180 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.23 |
| HSL | 120º | 0.13% | 0.74% | - |
| HSV(B) | 120º | 0.09% | 0.77% | - |
| XYZ | 47.03 | 52.93 | 50.92 | - |
| YUV | 189.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 180 | 0.09 | 0 | 0.09 | 0.23 | 120 | 0.13 | 0.74 |
| Hex | B4 | C5 | B4 | 9 | 0 | 9 | 17 | 78 | D | 4A |
| Octal | 264 | 305 | 264 | 11 | 0 | 11 | 27 | 170 | 15 | 112 |
| Binary | 10110100 | 11000101 | 10110100 | 1001 | 0 | 1001 | 10111 | 1111000 | 1101 | 1001010 |
Color Harmonies of #B4C5B4
Complementary color
Monochromatic Colors of #B4C5B4
Black with #B4C5B4
Text Example
Text Example
White with #B4C5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C5B4; }
p { color: rgb(180,197,180); }
H1.HeaderClassName
{
color: #B4C5B4;
}
.AnyTagClassName
{
color: #B4C5B4;
}
</style>
background-color css
<style>
a { background-color: #B4C5B4; }
a { background-color: rgb(180,197,180); }
div.DivClassName
{
background-color: #B4C5B4;
}
.BgClassName
{
background-color: #B4C5B4;
}
</style>
border-color css
<style>
span { border-color: #B4C5B4; }
span { border-color: rgb(180,197,180); }
td.TdClassName
{
border-color: #B4C5B4;
}
.TagClassName
{
border-color: #B4C5B4;
}
</style>