Shades of Caper #B0CA88
Tints of Caper #B0CA88
RGB
CMYK
RGB Variations
Color information
#B0CA88 (or 0xB0CA88) is known color: Caper. HEX triplet: B0, CA and 88. RGB value is (176,202,136). Sum of RGB (Red+Green+Blue) = 176+202+136=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA88 is #4F3577. Grayscale: #BABABA. Windows color (decimal): -5191032 or 8964784. OLE color: 8964784.
HSL color Cylindrical-coordinate representation of color #B0CA88: hue angle of 83.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0CA88 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 136 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.21 |
| HSL | 83.64º | 0.38% | 0.66% | - |
| HSV(B) | 83.64º | 0.33% | 0.79% | - |
| XYZ | 43.47 | 53.25 | 31.28 | - |
| YUV | 186.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 136 | 0.13 | 0 | 0.33 | 0.21 | 83.64 | 0.38 | 0.66 |
| Hex | B0 | CA | 88 | D | 0 | 21 | 15 | 54 | 26 | 42 |
| Octal | 260 | 312 | 210 | 15 | 0 | 41 | 25 | 124 | 46 | 102 |
| Binary | 10110000 | 11001010 | 10001000 | 1101 | 0 | 100001 | 10101 | 1010100 | 100110 | 1000010 |
Color Harmonies of #B0CA88
Complementary color
Monochromatic Colors of #B0CA88
Black with #B0CA88
Text Example
Text Example
White with #B0CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA88; }
p { color: rgb(176,202,136); }
H1.HeaderClassName
{
color: #B0CA88;
}
.AnyTagClassName
{
color: #B0CA88;
}
</style>
background-color css
<style>
a { background-color: #B0CA88; }
a { background-color: rgb(176,202,136); }
div.DivClassName
{
background-color: #B0CA88;
}
.BgClassName
{
background-color: #B0CA88;
}
</style>
border-color css
<style>
span { border-color: #B0CA88; }
span { border-color: rgb(176,202,136); }
td.TdClassName
{
border-color: #B0CA88;
}
.TagClassName
{
border-color: #B0CA88;
}
</style>