Shades of Caper #B0D570
Tints of Caper #B0D570
RGB
CMYK
RGB Variations
Color information
#B0D570 (or 0xB0D570) is known color: Caper. HEX triplet: B0, D5 and 70. RGB value is (176,213,112). Sum of RGB (Red+Green+Blue) = 176+213+112=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D570 is #4F2A8F. Grayscale: #BEBEBE. Windows color (decimal): -5188240 or 7394736. OLE color: 7394736.
HSL color Cylindrical-coordinate representation of color #B0D570: hue angle of 81.98º degrees, saturation: 0.55, 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 #B0D570 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 112 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.16 |
| HSL | 81.98º | 0.55% | 0.64% | - |
| HSV(B) | 81.98º | 0.47% | 0.84% | - |
| XYZ | 44.62 | 57.99 | 24.17 | - |
| YUV | 190.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 112 | 0.17 | 0 | 0.47 | 0.16 | 81.98 | 0.55 | 0.64 |
| Hex | B0 | D5 | 70 | 11 | 0 | 2F | 10 | 52 | 37 | 40 |
| Octal | 260 | 325 | 160 | 21 | 0 | 57 | 20 | 122 | 67 | 100 |
| Binary | 10110000 | 11010101 | 1110000 | 10001 | 0 | 101111 | 10000 | 1010010 | 110111 | 1000000 |
Color Harmonies of #B0D570
Complementary color
Monochromatic Colors of #B0D570
Black with #B0D570
Text Example
Text Example
White with #B0D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D570; }
p { color: rgb(176,213,112); }
H1.HeaderClassName
{
color: #B0D570;
}
.AnyTagClassName
{
color: #B0D570;
}
</style>
background-color css
<style>
a { background-color: #B0D570; }
a { background-color: rgb(176,213,112); }
div.DivClassName
{
background-color: #B0D570;
}
.BgClassName
{
background-color: #B0D570;
}
</style>
border-color css
<style>
span { border-color: #B0D570; }
span { border-color: rgb(176,213,112); }
td.TdClassName
{
border-color: #B0D570;
}
.TagClassName
{
border-color: #B0D570;
}
</style>