Shades of Caper #B5C578
Tints of Caper #B5C578
RGB
CMYK
RGB Variations
Color information
#B5C578 (or 0xB5C578) is known color: Caper. HEX triplet: B5, C5 and 78. RGB value is (181,197,120). Sum of RGB (Red+Green+Blue) = 181+197+120=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C578 is #4A3A87. Grayscale: #B7B7B7. Windows color (decimal): -4864648 or 7914933. OLE color: 7914933.
HSL color Cylindrical-coordinate representation of color #B5C578: hue angle of 72.47º 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 #B5C578 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 120 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.23 |
| HSL | 72.47º | 0.4% | 0.62% | - |
| HSV(B) | 72.47º | 0.39% | 0.77% | - |
| XYZ | 42.41 | 51.11 | 25.4 | - |
| YUV | 183.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 120 | 0.08 | 0 | 0.39 | 0.23 | 72.47 | 0.4 | 0.62 |
| Hex | B5 | C5 | 78 | 8 | 0 | 27 | 17 | 48 | 28 | 3E |
| Octal | 265 | 305 | 170 | 10 | 0 | 47 | 27 | 110 | 50 | 76 |
| Binary | 10110101 | 11000101 | 1111000 | 1000 | 0 | 100111 | 10111 | 1001000 | 101000 | 111110 |
Color Harmonies of #B5C578
Complementary color
Monochromatic Colors of #B5C578
Black with #B5C578
Text Example
Text Example
White with #B5C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C578; }
p { color: rgb(181,197,120); }
H1.HeaderClassName
{
color: #B5C578;
}
.AnyTagClassName
{
color: #B5C578;
}
</style>
background-color css
<style>
a { background-color: #B5C578; }
a { background-color: rgb(181,197,120); }
div.DivClassName
{
background-color: #B5C578;
}
.BgClassName
{
background-color: #B5C578;
}
</style>
border-color css
<style>
span { border-color: #B5C578; }
span { border-color: rgb(181,197,120); }
td.TdClassName
{
border-color: #B5C578;
}
.TagClassName
{
border-color: #B5C578;
}
</style>