Shades of Caper #B0CA76
Tints of Caper #B0CA76
RGB
CMYK
RGB Variations
Color information
#B0CA76 (or 0xB0CA76) is known color: Caper. HEX triplet: B0, CA and 76. RGB value is (176,202,118). Sum of RGB (Red+Green+Blue) = 176+202+118=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA76 is #4F3589. Grayscale: #B8B8B8. Windows color (decimal): -5191050 or 7785136. OLE color: 7785136.
HSL color Cylindrical-coordinate representation of color #B0CA76: hue angle of 78.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0CA76 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 118 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.21 |
| HSL | 78.57º | 0.44% | 0.63% | - |
| HSV(B) | 78.57º | 0.42% | 0.79% | - |
| XYZ | 42.3 | 52.78 | 25.1 | - |
| YUV | 184.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 118 | 0.13 | 0 | 0.42 | 0.21 | 78.57 | 0.44 | 0.63 |
| Hex | B0 | CA | 76 | D | 0 | 2A | 15 | 4F | 2C | 3F |
| Octal | 260 | 312 | 166 | 15 | 0 | 52 | 25 | 117 | 54 | 77 |
| Binary | 10110000 | 11001010 | 1110110 | 1101 | 0 | 101010 | 10101 | 1001111 | 101100 | 111111 |
Color Harmonies of #B0CA76
Complementary color
Monochromatic Colors of #B0CA76
Black with #B0CA76
Text Example
Text Example
White with #B0CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA76; }
p { color: rgb(176,202,118); }
H1.HeaderClassName
{
color: #B0CA76;
}
.AnyTagClassName
{
color: #B0CA76;
}
</style>
background-color css
<style>
a { background-color: #B0CA76; }
a { background-color: rgb(176,202,118); }
div.DivClassName
{
background-color: #B0CA76;
}
.BgClassName
{
background-color: #B0CA76;
}
</style>
border-color css
<style>
span { border-color: #B0CA76; }
span { border-color: rgb(176,202,118); }
td.TdClassName
{
border-color: #B0CA76;
}
.TagClassName
{
border-color: #B0CA76;
}
</style>