Shades of Caper #B2C676
Tints of Caper #B2C676
RGB
CMYK
RGB Variations
Color information
#B2C676 (or 0xB2C676) is known color: Caper. HEX triplet: B2, C6 and 76. RGB value is (178,198,118). Sum of RGB (Red+Green+Blue) = 178+198+118=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C676 is #4D3989. Grayscale: #B7B7B7. Windows color (decimal): -5061002 or 7784114. OLE color: 7784114.
HSL color Cylindrical-coordinate representation of color #B2C676: hue angle of 75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2C676 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 118 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.22 |
| HSL | 75º | 0.41% | 0.62% | - |
| HSV(B) | 75º | 0.4% | 0.78% | - |
| XYZ | 41.82 | 51.16 | 24.81 | - |
| YUV | 182.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 118 | 0.10 | 0 | 0.40 | 0.22 | 75 | 0.41 | 0.62 |
| Hex | B2 | C6 | 76 | A | 0 | 28 | 16 | 4B | 29 | 3E |
| Octal | 262 | 306 | 166 | 12 | 0 | 50 | 26 | 113 | 51 | 76 |
| Binary | 10110010 | 11000110 | 1110110 | 1010 | 0 | 101000 | 10110 | 1001011 | 101001 | 111110 |
Color Harmonies of #B2C676
Complementary color
Monochromatic Colors of #B2C676
Black with #B2C676
Text Example
Text Example
White with #B2C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C676; }
p { color: rgb(178,198,118); }
H1.HeaderClassName
{
color: #B2C676;
}
.AnyTagClassName
{
color: #B2C676;
}
</style>
background-color css
<style>
a { background-color: #B2C676; }
a { background-color: rgb(178,198,118); }
div.DivClassName
{
background-color: #B2C676;
}
.BgClassName
{
background-color: #B2C676;
}
</style>
border-color css
<style>
span { border-color: #B2C676; }
span { border-color: rgb(178,198,118); }
td.TdClassName
{
border-color: #B2C676;
}
.TagClassName
{
border-color: #B2C676;
}
</style>