Shades of Caper #B0D571
Tints of Caper #B0D571
RGB
CMYK
RGB Variations
Color information
#B0D571 (or 0xB0D571) is known color: Caper. HEX triplet: B0, D5 and 71. RGB value is (176,213,113). Sum of RGB (Red+Green+Blue) = 176+213+113=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D571 is #4F2A8E. Grayscale: #BEBEBE. Windows color (decimal): -5188239 or 7460272. OLE color: 7460272.
HSL color Cylindrical-coordinate representation of color #B0D571: hue angle of 82.2º degrees, saturation: 0.54, 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 #B0D571 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 113 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.16 |
| HSL | 82.2º | 0.54% | 0.64% | - |
| HSV(B) | 82.2º | 0.47% | 0.84% | - |
| XYZ | 44.68 | 58.01 | 24.47 | - |
| YUV | 190.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 113 | 0.17 | 0 | 0.47 | 0.16 | 82.2 | 0.54 | 0.64 |
| Hex | B0 | D5 | 71 | 11 | 0 | 2F | 10 | 52 | 36 | 40 |
| Octal | 260 | 325 | 161 | 21 | 0 | 57 | 20 | 122 | 66 | 100 |
| Binary | 10110000 | 11010101 | 1110001 | 10001 | 0 | 101111 | 10000 | 1010010 | 110110 | 1000000 |
Color Harmonies of #B0D571
Complementary color
Monochromatic Colors of #B0D571
Black with #B0D571
Text Example
Text Example
White with #B0D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D571; }
p { color: rgb(176,213,113); }
H1.HeaderClassName
{
color: #B0D571;
}
.AnyTagClassName
{
color: #B0D571;
}
</style>
background-color css
<style>
a { background-color: #B0D571; }
a { background-color: rgb(176,213,113); }
div.DivClassName
{
background-color: #B0D571;
}
.BgClassName
{
background-color: #B0D571;
}
</style>
border-color css
<style>
span { border-color: #B0D571; }
span { border-color: rgb(176,213,113); }
td.TdClassName
{
border-color: #B0D571;
}
.TagClassName
{
border-color: #B0D571;
}
</style>