Shades of Caper #B0CE81
Tints of Caper #B0CE81
RGB
CMYK
RGB Variations
Color information
#B0CE81 (or 0xB0CE81) is known color: Caper. HEX triplet: B0, CE and 81. RGB value is (176,206,129). Sum of RGB (Red+Green+Blue) = 176+206+129=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE81 is #4F317E. Grayscale: #BCBCBC. Windows color (decimal): -5190015 or 8507056. OLE color: 8507056.
HSL color Cylindrical-coordinate representation of color #B0CE81: hue angle of 83.38º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0CE81 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 129 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.19 |
| HSL | 83.38º | 0.44% | 0.66% | - |
| HSV(B) | 83.38º | 0.37% | 0.81% | - |
| XYZ | 43.94 | 54.96 | 29.06 | - |
| YUV | 188.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 129 | 0.15 | 0 | 0.37 | 0.19 | 83.38 | 0.44 | 0.66 |
| Hex | B0 | CE | 81 | F | 0 | 25 | 13 | 53 | 2C | 42 |
| Octal | 260 | 316 | 201 | 17 | 0 | 45 | 23 | 123 | 54 | 102 |
| Binary | 10110000 | 11001110 | 10000001 | 1111 | 0 | 100101 | 10011 | 1010011 | 101100 | 1000010 |
Color Harmonies of #B0CE81
Complementary color
Monochromatic Colors of #B0CE81
Black with #B0CE81
Text Example
Text Example
White with #B0CE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE81; }
p { color: rgb(176,206,129); }
H1.HeaderClassName
{
color: #B0CE81;
}
.AnyTagClassName
{
color: #B0CE81;
}
</style>
background-color css
<style>
a { background-color: #B0CE81; }
a { background-color: rgb(176,206,129); }
div.DivClassName
{
background-color: #B0CE81;
}
.BgClassName
{
background-color: #B0CE81;
}
</style>
border-color css
<style>
span { border-color: #B0CE81; }
span { border-color: rgb(176,206,129); }
td.TdClassName
{
border-color: #B0CE81;
}
.TagClassName
{
border-color: #B0CE81;
}
</style>