Shades of Caper #B0C87B
Tints of Caper #B0C87B
RGB
CMYK
RGB Variations
Color information
#B0C87B (or 0xB0C87B) is known color: Caper. HEX triplet: B0, C8 and 7B. RGB value is (176,200,123). Sum of RGB (Red+Green+Blue) = 176+200+123=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C87B is #4F3784. Grayscale: #B8B8B8. Windows color (decimal): -5191557 or 8112304. OLE color: 8112304.
HSL color Cylindrical-coordinate representation of color #B0C87B: hue angle of 78.7º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0C87B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 123 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.22 |
| HSL | 78.7º | 0.41% | 0.63% | - |
| HSV(B) | 78.7º | 0.39% | 0.78% | - |
| XYZ | 42.13 | 51.97 | 26.55 | - |
| YUV | 184.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 123 | 0.12 | 0 | 0.38 | 0.22 | 78.7 | 0.41 | 0.63 |
| Hex | B0 | C8 | 7B | C | 0 | 26 | 16 | 4F | 29 | 3F |
| Octal | 260 | 310 | 173 | 14 | 0 | 46 | 26 | 117 | 51 | 77 |
| Binary | 10110000 | 11001000 | 1111011 | 1100 | 0 | 100110 | 10110 | 1001111 | 101001 | 111111 |
Color Harmonies of #B0C87B
Complementary color
Monochromatic Colors of #B0C87B
Black with #B0C87B
Text Example
Text Example
White with #B0C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C87B; }
p { color: rgb(176,200,123); }
H1.HeaderClassName
{
color: #B0C87B;
}
.AnyTagClassName
{
color: #B0C87B;
}
</style>
background-color css
<style>
a { background-color: #B0C87B; }
a { background-color: rgb(176,200,123); }
div.DivClassName
{
background-color: #B0C87B;
}
.BgClassName
{
background-color: #B0C87B;
}
</style>
border-color css
<style>
span { border-color: #B0C87B; }
span { border-color: rgb(176,200,123); }
td.TdClassName
{
border-color: #B0C87B;
}
.TagClassName
{
border-color: #B0C87B;
}
</style>