Shades of Caper #B0CC7F
Tints of Caper #B0CC7F
RGB
CMYK
RGB Variations
Color information
#B0CC7F (or 0xB0CC7F) is known color: Caper. HEX triplet: B0, CC and 7F. RGB value is (176,204,127). Sum of RGB (Red+Green+Blue) = 176+204+127=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC7F is #4F3380. Grayscale: #BBBBBB. Windows color (decimal): -5190529 or 8375472. OLE color: 8375472.
HSL color Cylindrical-coordinate representation of color #B0CC7F: hue angle of 81.82º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0CC7F is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 127 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.2 |
| HSL | 81.82º | 0.43% | 0.65% | - |
| HSV(B) | 81.82º | 0.38% | 0.8% | - |
| XYZ | 43.33 | 53.95 | 28.21 | - |
| YUV | 186.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 127 | 0.14 | 0 | 0.38 | 0.2 | 81.82 | 0.43 | 0.65 |
| Hex | B0 | CC | 7F | E | 0 | 26 | 14 | 52 | 2B | 41 |
| Octal | 260 | 314 | 177 | 16 | 0 | 46 | 24 | 122 | 53 | 101 |
| Binary | 10110000 | 11001100 | 1111111 | 1110 | 0 | 100110 | 10100 | 1010010 | 101011 | 1000001 |
Color Harmonies of #B0CC7F
Complementary color
Monochromatic Colors of #B0CC7F
Black with #B0CC7F
Text Example
Text Example
White with #B0CC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC7F; }
p { color: rgb(176,204,127); }
H1.HeaderClassName
{
color: #B0CC7F;
}
.AnyTagClassName
{
color: #B0CC7F;
}
</style>
background-color css
<style>
a { background-color: #B0CC7F; }
a { background-color: rgb(176,204,127); }
div.DivClassName
{
background-color: #B0CC7F;
}
.BgClassName
{
background-color: #B0CC7F;
}
</style>
border-color css
<style>
span { border-color: #B0CC7F; }
span { border-color: rgb(176,204,127); }
td.TdClassName
{
border-color: #B0CC7F;
}
.TagClassName
{
border-color: #B0CC7F;
}
</style>