Shades of Caper #B8C97C
Tints of Caper #B8C97C
RGB
CMYK
RGB Variations
Color information
#B8C97C (or 0xB8C97C) is known color: Caper. HEX triplet: B8, C9 and 7C. RGB value is (184,201,124). Sum of RGB (Red+Green+Blue) = 184+201+124=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C97C is #473683. Grayscale: #BBBBBB. Windows color (decimal): -4667012 or 8178104. OLE color: 8178104.
HSL color Cylindrical-coordinate representation of color #B8C97C: hue angle of 73.25º 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 #B8C97C is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 124 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.21 |
| HSL | 73.25º | 0.42% | 0.64% | - |
| HSV(B) | 73.25º | 0.38% | 0.79% | - |
| XYZ | 44.29 | 53.42 | 27.05 | - |
| YUV | 187.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 124 | 0.08 | 0 | 0.38 | 0.21 | 73.25 | 0.42 | 0.64 |
| Hex | B8 | C9 | 7C | 8 | 0 | 26 | 15 | 49 | 2A | 40 |
| Octal | 270 | 311 | 174 | 10 | 0 | 46 | 25 | 111 | 52 | 100 |
| Binary | 10111000 | 11001001 | 1111100 | 1000 | 0 | 100110 | 10101 | 1001001 | 101010 | 1000000 |
Color Harmonies of #B8C97C
Complementary color
Monochromatic Colors of #B8C97C
Black with #B8C97C
Text Example
Text Example
White with #B8C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C97C; }
p { color: rgb(184,201,124); }
H1.HeaderClassName
{
color: #B8C97C;
}
.AnyTagClassName
{
color: #B8C97C;
}
</style>
background-color css
<style>
a { background-color: #B8C97C; }
a { background-color: rgb(184,201,124); }
div.DivClassName
{
background-color: #B8C97C;
}
.BgClassName
{
background-color: #B8C97C;
}
</style>
border-color css
<style>
span { border-color: #B8C97C; }
span { border-color: rgb(184,201,124); }
td.TdClassName
{
border-color: #B8C97C;
}
.TagClassName
{
border-color: #B8C97C;
}
</style>