Shades of Caper #B5CC87
Tints of Caper #B5CC87
RGB
CMYK
RGB Variations
Color information
#B5CC87 (or 0xB5CC87) is known color: Caper. HEX triplet: B5, CC and 87. RGB value is (181,204,135). Sum of RGB (Red+Green+Blue) = 181+204+135=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC87 is #4A3378. Grayscale: #BDBDBD. Windows color (decimal): -4862841 or 8899765. OLE color: 8899765.
HSL color Cylindrical-coordinate representation of color #B5CC87: hue angle of 80º 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 #B5CC87 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 135 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.2 |
| HSL | 80º | 0.4% | 0.66% | - |
| HSV(B) | 80º | 0.34% | 0.8% | - |
| XYZ | 45.02 | 54.76 | 31.12 | - |
| YUV | 189.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 135 | 0.11 | 0 | 0.34 | 0.2 | 80 | 0.4 | 0.66 |
| Hex | B5 | CC | 87 | B | 0 | 22 | 14 | 50 | 28 | 42 |
| Octal | 265 | 314 | 207 | 13 | 0 | 42 | 24 | 120 | 50 | 102 |
| Binary | 10110101 | 11001100 | 10000111 | 1011 | 0 | 100010 | 10100 | 1010000 | 101000 | 1000010 |
Color Harmonies of #B5CC87
Complementary color
Monochromatic Colors of #B5CC87
Black with #B5CC87
Text Example
Text Example
White with #B5CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC87; }
p { color: rgb(181,204,135); }
H1.HeaderClassName
{
color: #B5CC87;
}
.AnyTagClassName
{
color: #B5CC87;
}
</style>
background-color css
<style>
a { background-color: #B5CC87; }
a { background-color: rgb(181,204,135); }
div.DivClassName
{
background-color: #B5CC87;
}
.BgClassName
{
background-color: #B5CC87;
}
</style>
border-color css
<style>
span { border-color: #B5CC87; }
span { border-color: rgb(181,204,135); }
td.TdClassName
{
border-color: #B5CC87;
}
.TagClassName
{
border-color: #B5CC87;
}
</style>