Shades of Caper #B0CB7F
Tints of Caper #B0CB7F
RGB
CMYK
RGB Variations
Color information
#B0CB7F (or 0xB0CB7F) is known color: Caper. HEX triplet: B0, CB and 7F. RGB value is (176,203,127). Sum of RGB (Red+Green+Blue) = 176+203+127=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB7F is #4F3480. Grayscale: #BABABA. Windows color (decimal): -5190785 or 8375216. OLE color: 8375216.
HSL color Cylindrical-coordinate representation of color #B0CB7F: hue angle of 81.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0CB7F is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 127 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.20 |
| HSL | 81.32º | 0.42% | 0.65% | - |
| HSV(B) | 81.32º | 0.37% | 0.8% | - |
| XYZ | 43.09 | 53.47 | 28.13 | - |
| YUV | 186.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 127 | 0.13 | 0 | 0.37 | 0.20 | 81.32 | 0.42 | 0.65 |
| Hex | B0 | CB | 7F | D | 0 | 25 | 14 | 51 | 2A | 41 |
| Octal | 260 | 313 | 177 | 15 | 0 | 45 | 24 | 121 | 52 | 101 |
| Binary | 10110000 | 11001011 | 1111111 | 1101 | 0 | 100101 | 10100 | 1010001 | 101010 | 1000001 |
Color Harmonies of #B0CB7F
Complementary color
Monochromatic Colors of #B0CB7F
Black with #B0CB7F
Text Example
Text Example
White with #B0CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CB7F; }
p { color: rgb(176,203,127); }
H1.HeaderClassName
{
color: #B0CB7F;
}
.AnyTagClassName
{
color: #B0CB7F;
}
</style>
background-color css
<style>
a { background-color: #B0CB7F; }
a { background-color: rgb(176,203,127); }
div.DivClassName
{
background-color: #B0CB7F;
}
.BgClassName
{
background-color: #B0CB7F;
}
</style>
border-color css
<style>
span { border-color: #B0CB7F; }
span { border-color: rgb(176,203,127); }
td.TdClassName
{
border-color: #B0CB7F;
}
.TagClassName
{
border-color: #B0CB7F;
}
</style>