Shades of Caper #B0CE76
Tints of Caper #B0CE76
RGB
CMYK
RGB Variations
Color information
#B0CE76 (or 0xB0CE76) is known color: Caper. HEX triplet: B0, CE and 76. RGB value is (176,206,118). Sum of RGB (Red+Green+Blue) = 176+206+118=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE76 is #4F3189. Grayscale: #BBBBBB. Windows color (decimal): -5190026 or 7786160. OLE color: 7786160.
HSL color Cylindrical-coordinate representation of color #B0CE76: hue angle of 80.45º degrees, saturation: 0.47, 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 #B0CE76 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 118 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.19 |
| HSL | 80.45º | 0.47% | 0.64% | - |
| HSV(B) | 80.45º | 0.43% | 0.81% | - |
| XYZ | 43.25 | 54.68 | 25.41 | - |
| YUV | 187 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 118 | 0.15 | 0 | 0.43 | 0.19 | 80.45 | 0.47 | 0.64 |
| Hex | B0 | CE | 76 | F | 0 | 2B | 13 | 50 | 2F | 40 |
| Octal | 260 | 316 | 166 | 17 | 0 | 53 | 23 | 120 | 57 | 100 |
| Binary | 10110000 | 11001110 | 1110110 | 1111 | 0 | 101011 | 10011 | 1010000 | 101111 | 1000000 |
Color Harmonies of #B0CE76
Complementary color
Monochromatic Colors of #B0CE76
Black with #B0CE76
Text Example
Text Example
White with #B0CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE76; }
p { color: rgb(176,206,118); }
H1.HeaderClassName
{
color: #B0CE76;
}
.AnyTagClassName
{
color: #B0CE76;
}
</style>
background-color css
<style>
a { background-color: #B0CE76; }
a { background-color: rgb(176,206,118); }
div.DivClassName
{
background-color: #B0CE76;
}
.BgClassName
{
background-color: #B0CE76;
}
</style>
border-color css
<style>
span { border-color: #B0CE76; }
span { border-color: rgb(176,206,118); }
td.TdClassName
{
border-color: #B0CE76;
}
.TagClassName
{
border-color: #B0CE76;
}
</style>