Shades of Caper #B2CF76
Tints of Caper #B2CF76
RGB
CMYK
RGB Variations
Color information
#B2CF76 (or 0xB2CF76) is known color: Caper. HEX triplet: B2, CF and 76. RGB value is (178,207,118). Sum of RGB (Red+Green+Blue) = 178+207+118=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF76 is #4D3089. Grayscale: #BCBCBC. Windows color (decimal): -5058698 or 7786418. OLE color: 7786418.
HSL color Cylindrical-coordinate representation of color #B2CF76: hue angle of 79.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2CF76 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 118 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.19 |
| HSL | 79.55º | 0.48% | 0.64% | - |
| HSV(B) | 79.55º | 0.43% | 0.81% | - |
| XYZ | 43.94 | 55.4 | 25.52 | - |
| YUV | 188.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 118 | 0.14 | 0 | 0.43 | 0.19 | 79.55 | 0.48 | 0.64 |
| Hex | B2 | CF | 76 | E | 0 | 2B | 13 | 50 | 30 | 40 |
| Octal | 262 | 317 | 166 | 16 | 0 | 53 | 23 | 120 | 60 | 100 |
| Binary | 10110010 | 11001111 | 1110110 | 1110 | 0 | 101011 | 10011 | 1010000 | 110000 | 1000000 |
Color Harmonies of #B2CF76
Complementary color
Monochromatic Colors of #B2CF76
Black with #B2CF76
Text Example
Text Example
White with #B2CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF76; }
p { color: rgb(178,207,118); }
H1.HeaderClassName
{
color: #B2CF76;
}
.AnyTagClassName
{
color: #B2CF76;
}
</style>
background-color css
<style>
a { background-color: #B2CF76; }
a { background-color: rgb(178,207,118); }
div.DivClassName
{
background-color: #B2CF76;
}
.BgClassName
{
background-color: #B2CF76;
}
</style>
border-color css
<style>
span { border-color: #B2CF76; }
span { border-color: rgb(178,207,118); }
td.TdClassName
{
border-color: #B2CF76;
}
.TagClassName
{
border-color: #B2CF76;
}
</style>