Shades of Caper #B6C982
Tints of Caper #B6C982
RGB
CMYK
RGB Variations
Color information
#B6C982 (or 0xB6C982) is known color: Caper. HEX triplet: B6, C9 and 82. RGB value is (182,201,130). Sum of RGB (Red+Green+Blue) = 182+201+130=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C982 is #49367D. Grayscale: #BBBBBB. Windows color (decimal): -4798078 or 8571318. OLE color: 8571318.
HSL color Cylindrical-coordinate representation of color #B6C982: hue angle of 76.06º degrees, saturation: 0.4, 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 #B6C982 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 130 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.21 |
| HSL | 76.06º | 0.4% | 0.65% | - |
| HSV(B) | 76.06º | 0.35% | 0.79% | - |
| XYZ | 44.21 | 53.33 | 29.08 | - |
| YUV | 187.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 130 | 0.09 | 0 | 0.35 | 0.21 | 76.06 | 0.4 | 0.65 |
| Hex | B6 | C9 | 82 | 9 | 0 | 23 | 15 | 4C | 28 | 41 |
| Octal | 266 | 311 | 202 | 11 | 0 | 43 | 25 | 114 | 50 | 101 |
| Binary | 10110110 | 11001001 | 10000010 | 1001 | 0 | 100011 | 10101 | 1001100 | 101000 | 1000001 |
Color Harmonies of #B6C982
Complementary color
Monochromatic Colors of #B6C982
Black with #B6C982
Text Example
Text Example
White with #B6C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C982; }
p { color: rgb(182,201,130); }
H1.HeaderClassName
{
color: #B6C982;
}
.AnyTagClassName
{
color: #B6C982;
}
</style>
background-color css
<style>
a { background-color: #B6C982; }
a { background-color: rgb(182,201,130); }
div.DivClassName
{
background-color: #B6C982;
}
.BgClassName
{
background-color: #B6C982;
}
</style>
border-color css
<style>
span { border-color: #B6C982; }
span { border-color: rgb(182,201,130); }
td.TdClassName
{
border-color: #B6C982;
}
.TagClassName
{
border-color: #B6C982;
}
</style>