Shades of Caper #B6C981
Tints of Caper #B6C981
RGB
CMYK
RGB Variations
Color information
#B6C981 (or 0xB6C981) is known color: Caper. HEX triplet: B6, C9 and 81. RGB value is (182,201,129). Sum of RGB (Red+Green+Blue) = 182+201+129=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C981 is #49367E. Grayscale: #BBBBBB. Windows color (decimal): -4798079 or 8505782. OLE color: 8505782.
HSL color Cylindrical-coordinate representation of color #B6C981: hue angle of 75.83º 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 #B6C981 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 129 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.21 |
| HSL | 75.83º | 0.4% | 0.65% | - |
| HSV(B) | 75.83º | 0.36% | 0.79% | - |
| XYZ | 44.14 | 53.3 | 28.73 | - |
| YUV | 187.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 129 | 0.09 | 0 | 0.36 | 0.21 | 75.83 | 0.4 | 0.65 |
| Hex | B6 | C9 | 81 | 9 | 0 | 24 | 15 | 4C | 28 | 41 |
| Octal | 266 | 311 | 201 | 11 | 0 | 44 | 25 | 114 | 50 | 101 |
| Binary | 10110110 | 11001001 | 10000001 | 1001 | 0 | 100100 | 10101 | 1001100 | 101000 | 1000001 |
Color Harmonies of #B6C981
Complementary color
Monochromatic Colors of #B6C981
Black with #B6C981
Text Example
Text Example
White with #B6C981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C981; }
p { color: rgb(182,201,129); }
H1.HeaderClassName
{
color: #B6C981;
}
.AnyTagClassName
{
color: #B6C981;
}
</style>
background-color css
<style>
a { background-color: #B6C981; }
a { background-color: rgb(182,201,129); }
div.DivClassName
{
background-color: #B6C981;
}
.BgClassName
{
background-color: #B6C981;
}
</style>
border-color css
<style>
span { border-color: #B6C981; }
span { border-color: rgb(182,201,129); }
td.TdClassName
{
border-color: #B6C981;
}
.TagClassName
{
border-color: #B6C981;
}
</style>