Shades of Caper #B0CA78
Tints of Caper #B0CA78
RGB
CMYK
RGB Variations
Color information
#B0CA78 (or 0xB0CA78) is known color: Caper. HEX triplet: B0, CA and 78. RGB value is (176,202,120). Sum of RGB (Red+Green+Blue) = 176+202+120=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA78 is #4F3587. Grayscale: #B9B9B9. Windows color (decimal): -5191048 or 7916208. OLE color: 7916208.
HSL color Cylindrical-coordinate representation of color #B0CA78: hue angle of 79.02º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0CA78 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 120 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.21 |
| HSL | 79.02º | 0.44% | 0.63% | - |
| HSV(B) | 79.02º | 0.41% | 0.79% | - |
| XYZ | 42.42 | 52.83 | 25.73 | - |
| YUV | 184.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 120 | 0.13 | 0 | 0.41 | 0.21 | 79.02 | 0.44 | 0.63 |
| Hex | B0 | CA | 78 | D | 0 | 29 | 15 | 4F | 2C | 3F |
| Octal | 260 | 312 | 170 | 15 | 0 | 51 | 25 | 117 | 54 | 77 |
| Binary | 10110000 | 11001010 | 1111000 | 1101 | 0 | 101001 | 10101 | 1001111 | 101100 | 111111 |
Color Harmonies of #B0CA78
Complementary color
Monochromatic Colors of #B0CA78
Black with #B0CA78
Text Example
Text Example
White with #B0CA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA78; }
p { color: rgb(176,202,120); }
H1.HeaderClassName
{
color: #B0CA78;
}
.AnyTagClassName
{
color: #B0CA78;
}
</style>
background-color css
<style>
a { background-color: #B0CA78; }
a { background-color: rgb(176,202,120); }
div.DivClassName
{
background-color: #B0CA78;
}
.BgClassName
{
background-color: #B0CA78;
}
</style>
border-color css
<style>
span { border-color: #B0CA78; }
span { border-color: rgb(176,202,120); }
td.TdClassName
{
border-color: #B0CA78;
}
.TagClassName
{
border-color: #B0CA78;
}
</style>