Shades of Caper #B5D187
Tints of Caper #B5D187
RGB
CMYK
RGB Variations
Color information
#B5D187 (or 0xB5D187) is known color: Caper. HEX triplet: B5, D1 and 87. RGB value is (181,209,135). Sum of RGB (Red+Green+Blue) = 181+209+135=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D187 is #4A2E78. Grayscale: #C0C0C0. Windows color (decimal): -4861561 or 8901045. OLE color: 8901045.
HSL color Cylindrical-coordinate representation of color #B5D187: hue angle of 82.7º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5D187 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 209 | 135 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.18 |
| HSL | 82.7º | 0.45% | 0.67% | - |
| HSV(B) | 82.7º | 0.35% | 0.82% | - |
| XYZ | 46.23 | 57.17 | 31.52 | - |
| YUV | 192.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 209 | 135 | 0.13 | 0 | 0.35 | 0.18 | 82.7 | 0.45 | 0.67 |
| Hex | B5 | D1 | 87 | D | 0 | 23 | 12 | 53 | 2D | 43 |
| Octal | 265 | 321 | 207 | 15 | 0 | 43 | 22 | 123 | 55 | 103 |
| Binary | 10110101 | 11010001 | 10000111 | 1101 | 0 | 100011 | 10010 | 1010011 | 101101 | 1000011 |
Color Harmonies of #B5D187
Complementary color
Monochromatic Colors of #B5D187
Black with #B5D187
Text Example
Text Example
White with #B5D187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D187; }
p { color: rgb(181,209,135); }
H1.HeaderClassName
{
color: #B5D187;
}
.AnyTagClassName
{
color: #B5D187;
}
</style>
background-color css
<style>
a { background-color: #B5D187; }
a { background-color: rgb(181,209,135); }
div.DivClassName
{
background-color: #B5D187;
}
.BgClassName
{
background-color: #B5D187;
}
</style>
border-color css
<style>
span { border-color: #B5D187; }
span { border-color: rgb(181,209,135); }
td.TdClassName
{
border-color: #B5D187;
}
.TagClassName
{
border-color: #B5D187;
}
</style>