Shades of Caper #B6C882
Tints of Caper #B6C882
RGB
CMYK
RGB Variations
Color information
#B6C882 (or 0xB6C882) is known color: Caper. HEX triplet: B6, C8 and 82. RGB value is (182,200,130). Sum of RGB (Red+Green+Blue) = 182+200+130=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C882 is #49377D. Grayscale: #BABABA. Windows color (decimal): -4798334 or 8571062. OLE color: 8571062.
HSL color Cylindrical-coordinate representation of color #B6C882: hue angle of 75.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6C882 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 200 | 130 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.22 |
| HSL | 75.43º | 0.39% | 0.65% | - |
| HSV(B) | 75.43º | 0.35% | 0.78% | - |
| XYZ | 43.97 | 52.87 | 29.01 | - |
| YUV | 186.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 200 | 130 | 0.09 | 0 | 0.35 | 0.22 | 75.43 | 0.39 | 0.65 |
| Hex | B6 | C8 | 82 | 9 | 0 | 23 | 16 | 4B | 27 | 41 |
| Octal | 266 | 310 | 202 | 11 | 0 | 43 | 26 | 113 | 47 | 101 |
| Binary | 10110110 | 11001000 | 10000010 | 1001 | 0 | 100011 | 10110 | 1001011 | 100111 | 1000001 |
Color Harmonies of #B6C882
Complementary color
Monochromatic Colors of #B6C882
Black with #B6C882
Text Example
Text Example
White with #B6C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C882; }
p { color: rgb(182,200,130); }
H1.HeaderClassName
{
color: #B6C882;
}
.AnyTagClassName
{
color: #B6C882;
}
</style>
background-color css
<style>
a { background-color: #B6C882; }
a { background-color: rgb(182,200,130); }
div.DivClassName
{
background-color: #B6C882;
}
.BgClassName
{
background-color: #B6C882;
}
</style>
border-color css
<style>
span { border-color: #B6C882; }
span { border-color: rgb(182,200,130); }
td.TdClassName
{
border-color: #B6C882;
}
.TagClassName
{
border-color: #B6C882;
}
</style>