Shades of Caper #B5C980
Tints of Caper #B5C980
RGB
CMYK
RGB Variations
Color information
#B5C980 (or 0xB5C980) is known color: Caper. HEX triplet: B5, C9 and 80. RGB value is (181,201,128). Sum of RGB (Red+Green+Blue) = 181+201+128=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C980 is #4A367F. Grayscale: #BABABA. Windows color (decimal): -4863616 or 8440245. OLE color: 8440245.
HSL color Cylindrical-coordinate representation of color #B5C980: hue angle of 76.44º 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 #B5C980 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 128 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.21 |
| HSL | 76.44º | 0.4% | 0.65% | - |
| HSV(B) | 76.44º | 0.36% | 0.79% | - |
| XYZ | 43.84 | 53.16 | 28.37 | - |
| YUV | 186.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 128 | 0.10 | 0 | 0.36 | 0.21 | 76.44 | 0.4 | 0.65 |
| Hex | B5 | C9 | 80 | A | 0 | 24 | 15 | 4C | 28 | 41 |
| Octal | 265 | 311 | 200 | 12 | 0 | 44 | 25 | 114 | 50 | 101 |
| Binary | 10110101 | 11001001 | 10000000 | 1010 | 0 | 100100 | 10101 | 1001100 | 101000 | 1000001 |
Color Harmonies of #B5C980
Complementary color
Monochromatic Colors of #B5C980
Black with #B5C980
Text Example
Text Example
White with #B5C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C980; }
p { color: rgb(181,201,128); }
H1.HeaderClassName
{
color: #B5C980;
}
.AnyTagClassName
{
color: #B5C980;
}
</style>
background-color css
<style>
a { background-color: #B5C980; }
a { background-color: rgb(181,201,128); }
div.DivClassName
{
background-color: #B5C980;
}
.BgClassName
{
background-color: #B5C980;
}
</style>
border-color css
<style>
span { border-color: #B5C980; }
span { border-color: rgb(181,201,128); }
td.TdClassName
{
border-color: #B5C980;
}
.TagClassName
{
border-color: #B5C980;
}
</style>