Shades of Caper #B0CE80
Tints of Caper #B0CE80
RGB
CMYK
RGB Variations
Color information
#B0CE80 (or 0xB0CE80) is known color: Caper. HEX triplet: B0, CE and 80. RGB value is (176,206,128). Sum of RGB (Red+Green+Blue) = 176+206+128=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE80 is #4F317F. Grayscale: #BCBCBC. Windows color (decimal): -5190016 or 8441520. OLE color: 8441520.
HSL color Cylindrical-coordinate representation of color #B0CE80: hue angle of 83.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0CE80 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 128 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.19 |
| HSL | 83.08º | 0.44% | 0.65% | - |
| HSV(B) | 83.08º | 0.38% | 0.81% | - |
| XYZ | 43.87 | 54.93 | 28.71 | - |
| YUV | 188.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 128 | 0.15 | 0 | 0.38 | 0.19 | 83.08 | 0.44 | 0.65 |
| Hex | B0 | CE | 80 | F | 0 | 26 | 13 | 53 | 2C | 41 |
| Octal | 260 | 316 | 200 | 17 | 0 | 46 | 23 | 123 | 54 | 101 |
| Binary | 10110000 | 11001110 | 10000000 | 1111 | 0 | 100110 | 10011 | 1010011 | 101100 | 1000001 |
Color Harmonies of #B0CE80
Complementary color
Monochromatic Colors of #B0CE80
Black with #B0CE80
Text Example
Text Example
White with #B0CE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE80; }
p { color: rgb(176,206,128); }
H1.HeaderClassName
{
color: #B0CE80;
}
.AnyTagClassName
{
color: #B0CE80;
}
</style>
background-color css
<style>
a { background-color: #B0CE80; }
a { background-color: rgb(176,206,128); }
div.DivClassName
{
background-color: #B0CE80;
}
.BgClassName
{
background-color: #B0CE80;
}
</style>
border-color css
<style>
span { border-color: #B0CE80; }
span { border-color: rgb(176,206,128); }
td.TdClassName
{
border-color: #B0CE80;
}
.TagClassName
{
border-color: #B0CE80;
}
</style>