Shades of Caper #B0CC76
Tints of Caper #B0CC76
RGB
CMYK
RGB Variations
Color information
#B0CC76 (or 0xB0CC76) is known color: Caper. HEX triplet: B0, CC and 76. RGB value is (176,204,118). Sum of RGB (Red+Green+Blue) = 176+204+118=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC76 is #4F3389. Grayscale: #BABABA. Windows color (decimal): -5190538 or 7785648. OLE color: 7785648.
HSL color Cylindrical-coordinate representation of color #B0CC76: hue angle of 79.53º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0CC76 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 118 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.2 |
| HSL | 79.53º | 0.46% | 0.63% | - |
| HSV(B) | 79.53º | 0.42% | 0.8% | - |
| XYZ | 42.77 | 53.72 | 25.26 | - |
| YUV | 185.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 118 | 0.14 | 0 | 0.42 | 0.2 | 79.53 | 0.46 | 0.63 |
| Hex | B0 | CC | 76 | E | 0 | 2A | 14 | 50 | 2E | 3F |
| Octal | 260 | 314 | 166 | 16 | 0 | 52 | 24 | 120 | 56 | 77 |
| Binary | 10110000 | 11001100 | 1110110 | 1110 | 0 | 101010 | 10100 | 1010000 | 101110 | 111111 |
Color Harmonies of #B0CC76
Complementary color
Monochromatic Colors of #B0CC76
Black with #B0CC76
Text Example
Text Example
White with #B0CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC76; }
p { color: rgb(176,204,118); }
H1.HeaderClassName
{
color: #B0CC76;
}
.AnyTagClassName
{
color: #B0CC76;
}
</style>
background-color css
<style>
a { background-color: #B0CC76; }
a { background-color: rgb(176,204,118); }
div.DivClassName
{
background-color: #B0CC76;
}
.BgClassName
{
background-color: #B0CC76;
}
</style>
border-color css
<style>
span { border-color: #B0CC76; }
span { border-color: rgb(176,204,118); }
td.TdClassName
{
border-color: #B0CC76;
}
.TagClassName
{
border-color: #B0CC76;
}
</style>