Shades of Caper #B0CE77
Tints of Caper #B0CE77
RGB
CMYK
RGB Variations
Color information
#B0CE77 (or 0xB0CE77) is known color: Caper. HEX triplet: B0, CE and 77. RGB value is (176,206,119). Sum of RGB (Red+Green+Blue) = 176+206+119=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE77 is #4F3188. Grayscale: #BBBBBB. Windows color (decimal): -5190025 or 7851696. OLE color: 7851696.
HSL color Cylindrical-coordinate representation of color #B0CE77: hue angle of 80.69º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0CE77 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 119 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.19 |
| HSL | 80.69º | 0.47% | 0.64% | - |
| HSV(B) | 80.69º | 0.42% | 0.81% | - |
| XYZ | 43.31 | 54.7 | 25.73 | - |
| YUV | 187.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 119 | 0.15 | 0 | 0.42 | 0.19 | 80.69 | 0.47 | 0.64 |
| Hex | B0 | CE | 77 | F | 0 | 2A | 13 | 51 | 2F | 40 |
| Octal | 260 | 316 | 167 | 17 | 0 | 52 | 23 | 121 | 57 | 100 |
| Binary | 10110000 | 11001110 | 1110111 | 1111 | 0 | 101010 | 10011 | 1010001 | 101111 | 1000000 |
Color Harmonies of #B0CE77
Complementary color
Monochromatic Colors of #B0CE77
Black with #B0CE77
Text Example
Text Example
White with #B0CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE77; }
p { color: rgb(176,206,119); }
H1.HeaderClassName
{
color: #B0CE77;
}
.AnyTagClassName
{
color: #B0CE77;
}
</style>
background-color css
<style>
a { background-color: #B0CE77; }
a { background-color: rgb(176,206,119); }
div.DivClassName
{
background-color: #B0CE77;
}
.BgClassName
{
background-color: #B0CE77;
}
</style>
border-color css
<style>
span { border-color: #B0CE77; }
span { border-color: rgb(176,206,119); }
td.TdClassName
{
border-color: #B0CE77;
}
.TagClassName
{
border-color: #B0CE77;
}
</style>