Shades of Caper #B4C578
Tints of Caper #B4C578
RGB
CMYK
RGB Variations
Color information
#B4C578 (or 0xB4C578) is known color: Caper. HEX triplet: B4, C5 and 78. RGB value is (180,197,120). Sum of RGB (Red+Green+Blue) = 180+197+120=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C578 is #4B3A87. Grayscale: #B7B7B7. Windows color (decimal): -4930184 or 7914932. OLE color: 7914932.
HSL color Cylindrical-coordinate representation of color #B4C578: hue angle of 73.25º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4C578 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 120 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.23 |
| HSL | 73.25º | 0.4% | 0.62% | - |
| HSV(B) | 73.25º | 0.39% | 0.77% | - |
| XYZ | 42.18 | 50.99 | 25.39 | - |
| YUV | 183.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 120 | 0.09 | 0 | 0.39 | 0.23 | 73.25 | 0.4 | 0.62 |
| Hex | B4 | C5 | 78 | 9 | 0 | 27 | 17 | 49 | 28 | 3E |
| Octal | 264 | 305 | 170 | 11 | 0 | 47 | 27 | 111 | 50 | 76 |
| Binary | 10110100 | 11000101 | 1111000 | 1001 | 0 | 100111 | 10111 | 1001001 | 101000 | 111110 |
Color Harmonies of #B4C578
Complementary color
Monochromatic Colors of #B4C578
Black with #B4C578
Text Example
Text Example
White with #B4C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C578; }
p { color: rgb(180,197,120); }
H1.HeaderClassName
{
color: #B4C578;
}
.AnyTagClassName
{
color: #B4C578;
}
</style>
background-color css
<style>
a { background-color: #B4C578; }
a { background-color: rgb(180,197,120); }
div.DivClassName
{
background-color: #B4C578;
}
.BgClassName
{
background-color: #B4C578;
}
</style>
border-color css
<style>
span { border-color: #B4C578; }
span { border-color: rgb(180,197,120); }
td.TdClassName
{
border-color: #B4C578;
}
.TagClassName
{
border-color: #B4C578;
}
</style>