Shades of Caper #B0D771
Tints of Caper #B0D771
RGB
CMYK
RGB Variations
Color information
#B0D771 (or 0xB0D771) is known color: Caper. HEX triplet: B0, D7 and 71. RGB value is (176,215,113). Sum of RGB (Red+Green+Blue) = 176+215+113=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D771 is #4F288E. Grayscale: #C0C0C0. Windows color (decimal): -5187727 or 7460784. OLE color: 7460784.
HSL color Cylindrical-coordinate representation of color #B0D771: hue angle of 82.94º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0D771 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 113 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.16 |
| HSL | 82.94º | 0.56% | 0.64% | - |
| HSV(B) | 82.94º | 0.47% | 0.84% | - |
| XYZ | 45.19 | 59.02 | 24.63 | - |
| YUV | 191.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 113 | 0.18 | 0 | 0.47 | 0.16 | 82.94 | 0.56 | 0.64 |
| Hex | B0 | D7 | 71 | 12 | 0 | 2F | 10 | 53 | 38 | 40 |
| Octal | 260 | 327 | 161 | 22 | 0 | 57 | 20 | 123 | 70 | 100 |
| Binary | 10110000 | 11010111 | 1110001 | 10010 | 0 | 101111 | 10000 | 1010011 | 111000 | 1000000 |
Color Harmonies of #B0D771
Complementary color
Monochromatic Colors of #B0D771
Black with #B0D771
Text Example
Text Example
White with #B0D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D771; }
p { color: rgb(176,215,113); }
H1.HeaderClassName
{
color: #B0D771;
}
.AnyTagClassName
{
color: #B0D771;
}
</style>
background-color css
<style>
a { background-color: #B0D771; }
a { background-color: rgb(176,215,113); }
div.DivClassName
{
background-color: #B0D771;
}
.BgClassName
{
background-color: #B0D771;
}
</style>
border-color css
<style>
span { border-color: #B0D771; }
span { border-color: rgb(176,215,113); }
td.TdClassName
{
border-color: #B0D771;
}
.TagClassName
{
border-color: #B0D771;
}
</style>