Shades of Caper #B9C87C
Tints of Caper #B9C87C
RGB
CMYK
RGB Variations
Color information
#B9C87C (or 0xB9C87C) is known color: Caper. HEX triplet: B9, C8 and 7C. RGB value is (185,200,124). Sum of RGB (Red+Green+Blue) = 185+200+124=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C87C is #463783. Grayscale: #BBBBBB. Windows color (decimal): -4601732 or 8177849. OLE color: 8177849.
HSL color Cylindrical-coordinate representation of color #B9C87C: hue angle of 71.84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9C87C is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 124 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.22 |
| HSL | 71.84º | 0.41% | 0.64% | - |
| HSV(B) | 71.84º | 0.38% | 0.78% | - |
| XYZ | 44.3 | 53.08 | 26.98 | - |
| YUV | 186.85 | 92.53 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 124 | 0.08 | 0 | 0.38 | 0.22 | 71.84 | 0.41 | 0.64 |
| Hex | B9 | C8 | 7C | 8 | 0 | 26 | 16 | 48 | 29 | 40 |
| Octal | 271 | 310 | 174 | 10 | 0 | 46 | 26 | 110 | 51 | 100 |
| Binary | 10111001 | 11001000 | 1111100 | 1000 | 0 | 100110 | 10110 | 1001000 | 101001 | 1000000 |
Color Harmonies of #B9C87C
Complementary color
Monochromatic Colors of #B9C87C
Black with #B9C87C
Text Example
Text Example
White with #B9C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C87C; }
p { color: rgb(185,200,124); }
H1.HeaderClassName
{
color: #B9C87C;
}
.AnyTagClassName
{
color: #B9C87C;
}
</style>
background-color css
<style>
a { background-color: #B9C87C; }
a { background-color: rgb(185,200,124); }
div.DivClassName
{
background-color: #B9C87C;
}
.BgClassName
{
background-color: #B9C87C;
}
</style>
border-color css
<style>
span { border-color: #B9C87C; }
span { border-color: rgb(185,200,124); }
td.TdClassName
{
border-color: #B9C87C;
}
.TagClassName
{
border-color: #B9C87C;
}
</style>