Shades of Caper #B2D676
Tints of Caper #B2D676
RGB
CMYK
RGB Variations
Color information
#B2D676 (or 0xB2D676) is known color: Caper. HEX triplet: B2, D6 and 76. RGB value is (178,214,118). Sum of RGB (Red+Green+Blue) = 178+214+118=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D676 is #4D2989. Grayscale: #C0C0C0. Windows color (decimal): -5056906 or 7788210. OLE color: 7788210.
HSL color Cylindrical-coordinate representation of color #B2D676: hue angle of 82.5º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D676 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 118 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.16 |
| HSL | 82.5º | 0.54% | 0.65% | - |
| HSV(B) | 82.5º | 0.45% | 0.84% | - |
| XYZ | 45.68 | 58.87 | 26.09 | - |
| YUV | 192.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 118 | 0.17 | 0 | 0.45 | 0.16 | 82.5 | 0.54 | 0.65 |
| Hex | B2 | D6 | 76 | 11 | 0 | 2D | 10 | 52 | 36 | 41 |
| Octal | 262 | 326 | 166 | 21 | 0 | 55 | 20 | 122 | 66 | 101 |
| Binary | 10110010 | 11010110 | 1110110 | 10001 | 0 | 101101 | 10000 | 1010010 | 110110 | 1000001 |
Color Harmonies of #B2D676
Complementary color
Monochromatic Colors of #B2D676
Black with #B2D676
Text Example
Text Example
White with #B2D676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D676; }
p { color: rgb(178,214,118); }
H1.HeaderClassName
{
color: #B2D676;
}
.AnyTagClassName
{
color: #B2D676;
}
</style>
background-color css
<style>
a { background-color: #B2D676; }
a { background-color: rgb(178,214,118); }
div.DivClassName
{
background-color: #B2D676;
}
.BgClassName
{
background-color: #B2D676;
}
</style>
border-color css
<style>
span { border-color: #B2D676; }
span { border-color: rgb(178,214,118); }
td.TdClassName
{
border-color: #B2D676;
}
.TagClassName
{
border-color: #B2D676;
}
</style>