Shades of Caper #B2CC86
Tints of Caper #B2CC86
RGB
CMYK
RGB Variations
Color information
#B2CC86 (or 0xB2CC86) is known color: Caper. HEX triplet: B2, CC and 86. RGB value is (178,204,134). Sum of RGB (Red+Green+Blue) = 178+204+134=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CC86 is #4D3379. Grayscale: #BCBCBC. Windows color (decimal): -5059450 or 8834226. OLE color: 8834226.
HSL color Cylindrical-coordinate representation of color #B2CC86: hue angle of 82.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2CC86 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 134 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.2 |
| HSL | 82.29º | 0.41% | 0.66% | - |
| HSV(B) | 82.29º | 0.34% | 0.8% | - |
| XYZ | 44.26 | 54.37 | 30.72 | - |
| YUV | 188.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 134 | 0.13 | 0 | 0.34 | 0.2 | 82.29 | 0.41 | 0.66 |
| Hex | B2 | CC | 86 | D | 0 | 22 | 14 | 52 | 29 | 42 |
| Octal | 262 | 314 | 206 | 15 | 0 | 42 | 24 | 122 | 51 | 102 |
| Binary | 10110010 | 11001100 | 10000110 | 1101 | 0 | 100010 | 10100 | 1010010 | 101001 | 1000010 |
Color Harmonies of #B2CC86
Complementary color
Monochromatic Colors of #B2CC86
Black with #B2CC86
Text Example
Text Example
White with #B2CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC86; }
p { color: rgb(178,204,134); }
H1.HeaderClassName
{
color: #B2CC86;
}
.AnyTagClassName
{
color: #B2CC86;
}
</style>
background-color css
<style>
a { background-color: #B2CC86; }
a { background-color: rgb(178,204,134); }
div.DivClassName
{
background-color: #B2CC86;
}
.BgClassName
{
background-color: #B2CC86;
}
</style>
border-color css
<style>
span { border-color: #B2CC86; }
span { border-color: rgb(178,204,134); }
td.TdClassName
{
border-color: #B2CC86;
}
.TagClassName
{
border-color: #B2CC86;
}
</style>