Shades of Caper #B5C983
Tints of Caper #B5C983
RGB
CMYK
RGB Variations
Color information
#B5C983 (or 0xB5C983) is known color: Caper. HEX triplet: B5, C9 and 83. RGB value is (181,201,131). Sum of RGB (Red+Green+Blue) = 181+201+131=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C983 is #4A367C. Grayscale: #BBBBBB. Windows color (decimal): -4863613 or 8636853. OLE color: 8636853.
HSL color Cylindrical-coordinate representation of color #B5C983: hue angle of 77.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5C983 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 131 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.21 |
| HSL | 77.14º | 0.39% | 0.65% | - |
| HSV(B) | 77.14º | 0.35% | 0.79% | - |
| XYZ | 44.04 | 53.24 | 29.43 | - |
| YUV | 187.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 131 | 0.10 | 0 | 0.35 | 0.21 | 77.14 | 0.39 | 0.65 |
| Hex | B5 | C9 | 83 | A | 0 | 23 | 15 | 4D | 27 | 41 |
| Octal | 265 | 311 | 203 | 12 | 0 | 43 | 25 | 115 | 47 | 101 |
| Binary | 10110101 | 11001001 | 10000011 | 1010 | 0 | 100011 | 10101 | 1001101 | 100111 | 1000001 |
Color Harmonies of #B5C983
Complementary color
Monochromatic Colors of #B5C983
Black with #B5C983
Text Example
Text Example
White with #B5C983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C983; }
p { color: rgb(181,201,131); }
H1.HeaderClassName
{
color: #B5C983;
}
.AnyTagClassName
{
color: #B5C983;
}
</style>
background-color css
<style>
a { background-color: #B5C983; }
a { background-color: rgb(181,201,131); }
div.DivClassName
{
background-color: #B5C983;
}
.BgClassName
{
background-color: #B5C983;
}
</style>
border-color css
<style>
span { border-color: #B5C983; }
span { border-color: rgb(181,201,131); }
td.TdClassName
{
border-color: #B5C983;
}
.TagClassName
{
border-color: #B5C983;
}
</style>