Shades of Caper #B1D870
Tints of Caper #B1D870
RGB
CMYK
RGB Variations
Color information
#B1D870 (or 0xB1D870) is known color: Caper. HEX triplet: B1, D8 and 70. RGB value is (177,216,112). Sum of RGB (Red+Green+Blue) = 177+216+112=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D870 is #4E278F. Grayscale: #C0C0C0. Windows color (decimal): -5121936 or 7395505. OLE color: 7395505.
HSL color Cylindrical-coordinate representation of color #B1D870: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1D870 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 112 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.15 |
| HSL | 82.5º | 0.57% | 0.64% | - |
| HSV(B) | 82.5º | 0.48% | 0.85% | - |
| XYZ | 45.61 | 59.63 | 24.43 | - |
| YUV | 192.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 112 | 0.18 | 0 | 0.48 | 0.15 | 82.5 | 0.57 | 0.64 |
| Hex | B1 | D8 | 70 | 12 | 0 | 30 | F | 52 | 39 | 40 |
| Octal | 261 | 330 | 160 | 22 | 0 | 60 | 17 | 122 | 71 | 100 |
| Binary | 10110001 | 11011000 | 1110000 | 10010 | 0 | 110000 | 1111 | 1010010 | 111001 | 1000000 |
Color Harmonies of #B1D870
Complementary color
Monochromatic Colors of #B1D870
Black with #B1D870
Text Example
Text Example
White with #B1D870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D870; }
p { color: rgb(177,216,112); }
H1.HeaderClassName
{
color: #B1D870;
}
.AnyTagClassName
{
color: #B1D870;
}
</style>
background-color css
<style>
a { background-color: #B1D870; }
a { background-color: rgb(177,216,112); }
div.DivClassName
{
background-color: #B1D870;
}
.BgClassName
{
background-color: #B1D870;
}
</style>
border-color css
<style>
span { border-color: #B1D870; }
span { border-color: rgb(177,216,112); }
td.TdClassName
{
border-color: #B1D870;
}
.TagClassName
{
border-color: #B1D870;
}
</style>