Shades of Caper #B7D676
Tints of Caper #B7D676
RGB
CMYK
RGB Variations
Color information
#B7D676 (or 0xB7D676) is known color: Caper. HEX triplet: B7, D6 and 76. RGB value is (183,214,118). Sum of RGB (Red+Green+Blue) = 183+214+118=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D676 is #482989. Grayscale: #C2C2C2. Windows color (decimal): -4729226 or 7788215. OLE color: 7788215.
HSL color Cylindrical-coordinate representation of color #B7D676: hue angle of 79.38º 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 #B7D676 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 118 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.16 |
| HSL | 79.38º | 0.54% | 0.65% | - |
| HSV(B) | 79.38º | 0.45% | 0.84% | - |
| XYZ | 46.85 | 59.47 | 26.15 | - |
| YUV | 193.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 118 | 0.14 | 0 | 0.45 | 0.16 | 79.38 | 0.54 | 0.65 |
| Hex | B7 | D6 | 76 | E | 0 | 2D | 10 | 4F | 36 | 41 |
| Octal | 267 | 326 | 166 | 16 | 0 | 55 | 20 | 117 | 66 | 101 |
| Binary | 10110111 | 11010110 | 1110110 | 1110 | 0 | 101101 | 10000 | 1001111 | 110110 | 1000001 |
Color Harmonies of #B7D676
Complementary color
Monochromatic Colors of #B7D676
Black with #B7D676
Text Example
Text Example
White with #B7D676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D676; }
p { color: rgb(183,214,118); }
H1.HeaderClassName
{
color: #B7D676;
}
.AnyTagClassName
{
color: #B7D676;
}
</style>
background-color css
<style>
a { background-color: #B7D676; }
a { background-color: rgb(183,214,118); }
div.DivClassName
{
background-color: #B7D676;
}
.BgClassName
{
background-color: #B7D676;
}
</style>
border-color css
<style>
span { border-color: #B7D676; }
span { border-color: rgb(183,214,118); }
td.TdClassName
{
border-color: #B7D676;
}
.TagClassName
{
border-color: #B7D676;
}
</style>