Shades of Caper #B0C97F
Tints of Caper #B0C97F
RGB
CMYK
RGB Variations
Color information
#B0C97F (or 0xB0C97F) is known color: Caper. HEX triplet: B0, C9 and 7F. RGB value is (176,201,127). Sum of RGB (Red+Green+Blue) = 176+201+127=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C97F is #4F3680. Grayscale: #B9B9B9. Windows color (decimal): -5191297 or 8374704. OLE color: 8374704.
HSL color Cylindrical-coordinate representation of color #B0C97F: hue angle of 80.27º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0C97F is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 127 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.21 |
| HSL | 80.27º | 0.41% | 0.64% | - |
| HSV(B) | 80.27º | 0.37% | 0.79% | - |
| XYZ | 42.62 | 52.54 | 27.97 | - |
| YUV | 185.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 127 | 0.12 | 0 | 0.37 | 0.21 | 80.27 | 0.41 | 0.64 |
| Hex | B0 | C9 | 7F | C | 0 | 25 | 15 | 50 | 29 | 40 |
| Octal | 260 | 311 | 177 | 14 | 0 | 45 | 25 | 120 | 51 | 100 |
| Binary | 10110000 | 11001001 | 1111111 | 1100 | 0 | 100101 | 10101 | 1010000 | 101001 | 1000000 |
Color Harmonies of #B0C97F
Complementary color
Monochromatic Colors of #B0C97F
Black with #B0C97F
Text Example
Text Example
White with #B0C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C97F; }
p { color: rgb(176,201,127); }
H1.HeaderClassName
{
color: #B0C97F;
}
.AnyTagClassName
{
color: #B0C97F;
}
</style>
background-color css
<style>
a { background-color: #B0C97F; }
a { background-color: rgb(176,201,127); }
div.DivClassName
{
background-color: #B0C97F;
}
.BgClassName
{
background-color: #B0C97F;
}
</style>
border-color css
<style>
span { border-color: #B0C97F; }
span { border-color: rgb(176,201,127); }
td.TdClassName
{
border-color: #B0C97F;
}
.TagClassName
{
border-color: #B0C97F;
}
</style>