Shades of Caper #B0C97C
Tints of Caper #B0C97C
RGB
CMYK
RGB Variations
Color information
#B0C97C (or 0xB0C97C) is known color: Caper. HEX triplet: B0, C9 and 7C. RGB value is (176,201,124). Sum of RGB (Red+Green+Blue) = 176+201+124=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C97C is #4F3683. Grayscale: #B9B9B9. Windows color (decimal): -5191300 or 8178096. OLE color: 8178096.
HSL color Cylindrical-coordinate representation of color #B0C97C: hue angle of 79.48º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0C97C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 124 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.21 |
| HSL | 79.48º | 0.42% | 0.64% | - |
| HSV(B) | 79.48º | 0.38% | 0.79% | - |
| XYZ | 42.43 | 52.46 | 26.96 | - |
| YUV | 184.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 124 | 0.12 | 0 | 0.38 | 0.21 | 79.48 | 0.42 | 0.64 |
| Hex | B0 | C9 | 7C | C | 0 | 26 | 15 | 4F | 2A | 40 |
| Octal | 260 | 311 | 174 | 14 | 0 | 46 | 25 | 117 | 52 | 100 |
| Binary | 10110000 | 11001001 | 1111100 | 1100 | 0 | 100110 | 10101 | 1001111 | 101010 | 1000000 |
Color Harmonies of #B0C97C
Complementary color
Monochromatic Colors of #B0C97C
Black with #B0C97C
Text Example
Text Example
White with #B0C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C97C; }
p { color: rgb(176,201,124); }
H1.HeaderClassName
{
color: #B0C97C;
}
.AnyTagClassName
{
color: #B0C97C;
}
</style>
background-color css
<style>
a { background-color: #B0C97C; }
a { background-color: rgb(176,201,124); }
div.DivClassName
{
background-color: #B0C97C;
}
.BgClassName
{
background-color: #B0C97C;
}
</style>
border-color css
<style>
span { border-color: #B0C97C; }
span { border-color: rgb(176,201,124); }
td.TdClassName
{
border-color: #B0C97C;
}
.TagClassName
{
border-color: #B0C97C;
}
</style>