Shades of Caper #B5C981
Tints of Caper #B5C981
RGB
CMYK
RGB Variations
Color information
#B5C981 (or 0xB5C981) is known color: Caper. HEX triplet: B5, C9 and 81. RGB value is (181,201,129). Sum of RGB (Red+Green+Blue) = 181+201+129=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C981 is #4A367E. Grayscale: #BBBBBB. Windows color (decimal): -4863615 or 8505781. OLE color: 8505781.
HSL color Cylindrical-coordinate representation of color #B5C981: hue angle of 76.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C981 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 129 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.21 |
| HSL | 76.67º | 0.4% | 0.65% | - |
| HSV(B) | 76.67º | 0.36% | 0.79% | - |
| XYZ | 43.91 | 53.18 | 28.72 | - |
| YUV | 186.81 | 95.37 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 129 | 0.10 | 0 | 0.36 | 0.21 | 76.67 | 0.4 | 0.65 |
| Hex | B5 | C9 | 81 | A | 0 | 24 | 15 | 4D | 28 | 41 |
| Octal | 265 | 311 | 201 | 12 | 0 | 44 | 25 | 115 | 50 | 101 |
| Binary | 10110101 | 11001001 | 10000001 | 1010 | 0 | 100100 | 10101 | 1001101 | 101000 | 1000001 |
Color Harmonies of #B5C981
Complementary color
Monochromatic Colors of #B5C981
Black with #B5C981
Text Example
Text Example
White with #B5C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C981; }
p { color: rgb(181,201,129); }
H1.HeaderClassName
{
color: #B5C981;
}
.AnyTagClassName
{
color: #B5C981;
}
</style>
background-color css
<style>
a { background-color: #B5C981; }
a { background-color: rgb(181,201,129); }
div.DivClassName
{
background-color: #B5C981;
}
.BgClassName
{
background-color: #B5C981;
}
</style>
border-color css
<style>
span { border-color: #B5C981; }
span { border-color: rgb(181,201,129); }
td.TdClassName
{
border-color: #B5C981;
}
.TagClassName
{
border-color: #B5C981;
}
</style>