Shades of Caper #B0C57F
Tints of Caper #B0C57F
RGB
CMYK
RGB Variations
Color information
#B0C57F (or 0xB0C57F) is known color: Caper. HEX triplet: B0, C5 and 7F. RGB value is (176,197,127). Sum of RGB (Red+Green+Blue) = 176+197+127=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C57F is #4F3A80. Grayscale: #B6B6B6. Windows color (decimal): -5192321 or 8373680. OLE color: 8373680.
HSL color Cylindrical-coordinate representation of color #B0C57F: hue angle of 78º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0C57F is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 127 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.23 |
| HSL | 78º | 0.38% | 0.64% | - |
| HSV(B) | 78º | 0.36% | 0.77% | - |
| XYZ | 41.7 | 50.69 | 27.67 | - |
| YUV | 182.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 127 | 0.11 | 0 | 0.36 | 0.23 | 78 | 0.38 | 0.64 |
| Hex | B0 | C5 | 7F | B | 0 | 24 | 17 | 4E | 26 | 40 |
| Octal | 260 | 305 | 177 | 13 | 0 | 44 | 27 | 116 | 46 | 100 |
| Binary | 10110000 | 11000101 | 1111111 | 1011 | 0 | 100100 | 10111 | 1001110 | 100110 | 1000000 |
Color Harmonies of #B0C57F
Complementary color
Monochromatic Colors of #B0C57F
Black with #B0C57F
Text Example
Text Example
White with #B0C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C57F; }
p { color: rgb(176,197,127); }
H1.HeaderClassName
{
color: #B0C57F;
}
.AnyTagClassName
{
color: #B0C57F;
}
</style>
background-color css
<style>
a { background-color: #B0C57F; }
a { background-color: rgb(176,197,127); }
div.DivClassName
{
background-color: #B0C57F;
}
.BgClassName
{
background-color: #B0C57F;
}
</style>
border-color css
<style>
span { border-color: #B0C57F; }
span { border-color: rgb(176,197,127); }
td.TdClassName
{
border-color: #B0C57F;
}
.TagClassName
{
border-color: #B0C57F;
}
</style>