Shades of Caper #B0C989
Tints of Caper #B0C989
RGB
CMYK
RGB Variations
Color information
#B0C989 (or 0xB0C989) is known color: Caper. HEX triplet: B0, C9 and 89. RGB value is (176,201,137). Sum of RGB (Red+Green+Blue) = 176+201+137=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C989 is #4F3676. Grayscale: #BABABA. Windows color (decimal): -5191287 or 9030064. OLE color: 9030064.
HSL color Cylindrical-coordinate representation of color #B0C989: hue angle of 83.44º degrees, saturation: 0.37, 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 #B0C989 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 137 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.21 |
| HSL | 83.44º | 0.37% | 0.66% | - |
| HSV(B) | 83.44º | 0.32% | 0.79% | - |
| XYZ | 43.31 | 52.81 | 31.58 | - |
| YUV | 186.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 137 | 0.12 | 0 | 0.32 | 0.21 | 83.44 | 0.37 | 0.66 |
| Hex | B0 | C9 | 89 | C | 0 | 20 | 15 | 53 | 25 | 42 |
| Octal | 260 | 311 | 211 | 14 | 0 | 40 | 25 | 123 | 45 | 102 |
| Binary | 10110000 | 11001001 | 10001001 | 1100 | 0 | 100000 | 10101 | 1010011 | 100101 | 1000010 |
Color Harmonies of #B0C989
Complementary color
Monochromatic Colors of #B0C989
Black with #B0C989
Text Example
Text Example
White with #B0C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C989; }
p { color: rgb(176,201,137); }
H1.HeaderClassName
{
color: #B0C989;
}
.AnyTagClassName
{
color: #B0C989;
}
</style>
background-color css
<style>
a { background-color: #B0C989; }
a { background-color: rgb(176,201,137); }
div.DivClassName
{
background-color: #B0C989;
}
.BgClassName
{
background-color: #B0C989;
}
</style>
border-color css
<style>
span { border-color: #B0C989; }
span { border-color: rgb(176,201,137); }
td.TdClassName
{
border-color: #B0C989;
}
.TagClassName
{
border-color: #B0C989;
}
</style>