Shades of Caper #B2C882
Tints of Caper #B2C882
RGB
CMYK
RGB Variations
Color information
#B2C882 (or 0xB2C882) is known color: Caper. HEX triplet: B2, C8 and 82. RGB value is (178,200,130). Sum of RGB (Red+Green+Blue) = 178+200+130=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C882 is #4D377D. Grayscale: #B9B9B9. Windows color (decimal): -5060478 or 8571058. OLE color: 8571058.
HSL color Cylindrical-coordinate representation of color #B2C882: hue angle of 78.86º 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 #B2C882 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 130 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.22 |
| HSL | 78.86º | 0.39% | 0.65% | - |
| HSV(B) | 78.86º | 0.35% | 0.78% | - |
| XYZ | 43.04 | 52.39 | 28.96 | - |
| YUV | 185.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 130 | 0.11 | 0 | 0.35 | 0.22 | 78.86 | 0.39 | 0.65 |
| Hex | B2 | C8 | 82 | B | 0 | 23 | 16 | 4F | 27 | 41 |
| Octal | 262 | 310 | 202 | 13 | 0 | 43 | 26 | 117 | 47 | 101 |
| Binary | 10110010 | 11001000 | 10000010 | 1011 | 0 | 100011 | 10110 | 1001111 | 100111 | 1000001 |
Color Harmonies of #B2C882
Complementary color
Monochromatic Colors of #B2C882
Black with #B2C882
Text Example
Text Example
White with #B2C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C882; }
p { color: rgb(178,200,130); }
H1.HeaderClassName
{
color: #B2C882;
}
.AnyTagClassName
{
color: #B2C882;
}
</style>
background-color css
<style>
a { background-color: #B2C882; }
a { background-color: rgb(178,200,130); }
div.DivClassName
{
background-color: #B2C882;
}
.BgClassName
{
background-color: #B2C882;
}
</style>
border-color css
<style>
span { border-color: #B2C882; }
span { border-color: rgb(178,200,130); }
td.TdClassName
{
border-color: #B2C882;
}
.TagClassName
{
border-color: #B2C882;
}
</style>