Shades of Caper #B8CC87
Tints of Caper #B8CC87
RGB
CMYK
RGB Variations
Color information
#B8CC87 (or 0xB8CC87) is known color: Caper. HEX triplet: B8, CC and 87. RGB value is (184,204,135). Sum of RGB (Red+Green+Blue) = 184+204+135=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CC87 is #473378. Grayscale: #BEBEBE. Windows color (decimal): -4666233 or 8899768. OLE color: 8899768.
HSL color Cylindrical-coordinate representation of color #B8CC87: hue angle of 77.39º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8CC87 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 135 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.2 |
| HSL | 77.39º | 0.4% | 0.66% | - |
| HSV(B) | 77.39º | 0.34% | 0.8% | - |
| XYZ | 45.73 | 55.13 | 31.15 | - |
| YUV | 190.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 135 | 0.10 | 0 | 0.34 | 0.2 | 77.39 | 0.4 | 0.66 |
| Hex | B8 | CC | 87 | A | 0 | 22 | 14 | 4D | 28 | 42 |
| Octal | 270 | 314 | 207 | 12 | 0 | 42 | 24 | 115 | 50 | 102 |
| Binary | 10111000 | 11001100 | 10000111 | 1010 | 0 | 100010 | 10100 | 1001101 | 101000 | 1000010 |
Color Harmonies of #B8CC87
Complementary color
Monochromatic Colors of #B8CC87
Black with #B8CC87
Text Example
Text Example
White with #B8CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC87; }
p { color: rgb(184,204,135); }
H1.HeaderClassName
{
color: #B8CC87;
}
.AnyTagClassName
{
color: #B8CC87;
}
</style>
background-color css
<style>
a { background-color: #B8CC87; }
a { background-color: rgb(184,204,135); }
div.DivClassName
{
background-color: #B8CC87;
}
.BgClassName
{
background-color: #B8CC87;
}
</style>
border-color css
<style>
span { border-color: #B8CC87; }
span { border-color: rgb(184,204,135); }
td.TdClassName
{
border-color: #B8CC87;
}
.TagClassName
{
border-color: #B8CC87;
}
</style>