Shades of Caper #B0CA89
Tints of Caper #B0CA89
RGB
CMYK
RGB Variations
Color information
#B0CA89 (or 0xB0CA89) is known color: Caper. HEX triplet: B0, CA and 89. RGB value is (176,202,137). Sum of RGB (Red+Green+Blue) = 176+202+137=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA89 is #4F3576. Grayscale: #BBBBBB. Windows color (decimal): -5191031 or 9030320. OLE color: 9030320.
HSL color Cylindrical-coordinate representation of color #B0CA89: hue angle of 84º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0CA89 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 137 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.21 |
| HSL | 84º | 0.38% | 0.66% | - |
| HSV(B) | 84º | 0.32% | 0.79% | - |
| XYZ | 43.54 | 53.28 | 31.66 | - |
| YUV | 186.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 137 | 0.13 | 0 | 0.32 | 0.21 | 84 | 0.38 | 0.66 |
| Hex | B0 | CA | 89 | D | 0 | 20 | 15 | 54 | 26 | 42 |
| Octal | 260 | 312 | 211 | 15 | 0 | 40 | 25 | 124 | 46 | 102 |
| Binary | 10110000 | 11001010 | 10001001 | 1101 | 0 | 100000 | 10101 | 1010100 | 100110 | 1000010 |
Color Harmonies of #B0CA89
Complementary color
Monochromatic Colors of #B0CA89
Black with #B0CA89
Text Example
Text Example
White with #B0CA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA89; }
p { color: rgb(176,202,137); }
H1.HeaderClassName
{
color: #B0CA89;
}
.AnyTagClassName
{
color: #B0CA89;
}
</style>
background-color css
<style>
a { background-color: #B0CA89; }
a { background-color: rgb(176,202,137); }
div.DivClassName
{
background-color: #B0CA89;
}
.BgClassName
{
background-color: #B0CA89;
}
</style>
border-color css
<style>
span { border-color: #B0CA89; }
span { border-color: rgb(176,202,137); }
td.TdClassName
{
border-color: #B0CA89;
}
.TagClassName
{
border-color: #B0CA89;
}
</style>