Shades of Caper #B8C87F
Tints of Caper #B8C87F
RGB
CMYK
RGB Variations
Color information
#B8C87F (or 0xB8C87F) is known color: Caper. HEX triplet: B8, C8 and 7F. RGB value is (184,200,127). Sum of RGB (Red+Green+Blue) = 184+200+127=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C87F is #473780. Grayscale: #BBBBBB. Windows color (decimal): -4667265 or 8374456. OLE color: 8374456.
HSL color Cylindrical-coordinate representation of color #B8C87F: hue angle of 73.15º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8C87F is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 127 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.22 |
| HSL | 73.15º | 0.4% | 0.64% | - |
| HSV(B) | 73.15º | 0.37% | 0.78% | - |
| XYZ | 44.25 | 53.03 | 27.98 | - |
| YUV | 186.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 127 | 0.08 | 0 | 0.36 | 0.22 | 73.15 | 0.4 | 0.64 |
| Hex | B8 | C8 | 7F | 8 | 0 | 24 | 16 | 49 | 28 | 40 |
| Octal | 270 | 310 | 177 | 10 | 0 | 44 | 26 | 111 | 50 | 100 |
| Binary | 10111000 | 11001000 | 1111111 | 1000 | 0 | 100100 | 10110 | 1001001 | 101000 | 1000000 |
Color Harmonies of #B8C87F
Complementary color
Monochromatic Colors of #B8C87F
Black with #B8C87F
Text Example
Text Example
White with #B8C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C87F; }
p { color: rgb(184,200,127); }
H1.HeaderClassName
{
color: #B8C87F;
}
.AnyTagClassName
{
color: #B8C87F;
}
</style>
background-color css
<style>
a { background-color: #B8C87F; }
a { background-color: rgb(184,200,127); }
div.DivClassName
{
background-color: #B8C87F;
}
.BgClassName
{
background-color: #B8C87F;
}
</style>
border-color css
<style>
span { border-color: #B8C87F; }
span { border-color: rgb(184,200,127); }
td.TdClassName
{
border-color: #B8C87F;
}
.TagClassName
{
border-color: #B8C87F;
}
</style>