Shades of Caper #B2C076
Tints of Caper #B2C076
RGB
CMYK
RGB Variations
Color information
#B2C076 (or 0xB2C076) is known color: Caper. HEX triplet: B2, C0 and 76. RGB value is (178,192,118). Sum of RGB (Red+Green+Blue) = 178+192+118=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C076 is #4D3F89. Grayscale: #B3B3B3. Windows color (decimal): -5062538 or 7782578. OLE color: 7782578.
HSL color Cylindrical-coordinate representation of color #B2C076: hue angle of 71.35º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C076 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 118 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.25 |
| HSL | 71.35º | 0.37% | 0.61% | - |
| HSV(B) | 71.35º | 0.39% | 0.75% | - |
| XYZ | 40.48 | 48.47 | 24.36 | - |
| YUV | 179.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 118 | 0.07 | 0 | 0.39 | 0.25 | 71.35 | 0.37 | 0.61 |
| Hex | B2 | C0 | 76 | 7 | 0 | 27 | 19 | 47 | 25 | 3D |
| Octal | 262 | 300 | 166 | 7 | 0 | 47 | 31 | 107 | 45 | 75 |
| Binary | 10110010 | 11000000 | 1110110 | 111 | 0 | 100111 | 11001 | 1000111 | 100101 | 111101 |
Color Harmonies of #B2C076
Complementary color
Monochromatic Colors of #B2C076
Black with #B2C076
Text Example
Text Example
White with #B2C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C076; }
p { color: rgb(178,192,118); }
H1.HeaderClassName
{
color: #B2C076;
}
.AnyTagClassName
{
color: #B2C076;
}
</style>
background-color css
<style>
a { background-color: #B2C076; }
a { background-color: rgb(178,192,118); }
div.DivClassName
{
background-color: #B2C076;
}
.BgClassName
{
background-color: #B2C076;
}
</style>
border-color css
<style>
span { border-color: #B2C076; }
span { border-color: rgb(178,192,118); }
td.TdClassName
{
border-color: #B2C076;
}
.TagClassName
{
border-color: #B2C076;
}
</style>