Shades of Caper #B0C588
Tints of Caper #B0C588
RGB
CMYK
RGB Variations
Color information
#B0C588 (or 0xB0C588) is known color: Caper. HEX triplet: B0, C5 and 88. RGB value is (176,197,136). Sum of RGB (Red+Green+Blue) = 176+197+136=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C588 is #4F3A77. Grayscale: #B7B7B7. Windows color (decimal): -5192312 or 8963504. OLE color: 8963504.
HSL color Cylindrical-coordinate representation of color #B0C588: hue angle of 80.66º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C588 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 136 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.23 |
| HSL | 80.66º | 0.34% | 0.65% | - |
| HSV(B) | 80.66º | 0.31% | 0.77% | - |
| XYZ | 42.31 | 50.94 | 30.89 | - |
| YUV | 183.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 136 | 0.11 | 0 | 0.31 | 0.23 | 80.66 | 0.34 | 0.65 |
| Hex | B0 | C5 | 88 | B | 0 | 1F | 17 | 51 | 22 | 41 |
| Octal | 260 | 305 | 210 | 13 | 0 | 37 | 27 | 121 | 42 | 101 |
| Binary | 10110000 | 11000101 | 10001000 | 1011 | 0 | 11111 | 10111 | 1010001 | 100010 | 1000001 |
Color Harmonies of #B0C588
Complementary color
Monochromatic Colors of #B0C588
Black with #B0C588
Text Example
Text Example
White with #B0C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C588; }
p { color: rgb(176,197,136); }
H1.HeaderClassName
{
color: #B0C588;
}
.AnyTagClassName
{
color: #B0C588;
}
</style>
background-color css
<style>
a { background-color: #B0C588; }
a { background-color: rgb(176,197,136); }
div.DivClassName
{
background-color: #B0C588;
}
.BgClassName
{
background-color: #B0C588;
}
</style>
border-color css
<style>
span { border-color: #B0C588; }
span { border-color: rgb(176,197,136); }
td.TdClassName
{
border-color: #B0C588;
}
.TagClassName
{
border-color: #B0C588;
}
</style>