Shades of Caper #B1CC7F
Tints of Caper #B1CC7F
RGB
CMYK
RGB Variations
Color information
#B1CC7F (or 0xB1CC7F) is known color: Caper. HEX triplet: B1, CC and 7F. RGB value is (177,204,127). Sum of RGB (Red+Green+Blue) = 177+204+127=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC7F is #4E3380. Grayscale: #BBBBBB. Windows color (decimal): -5124993 or 8375473. OLE color: 8375473.
HSL color Cylindrical-coordinate representation of color #B1CC7F: hue angle of 81.04º 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 #B1CC7F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 127 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.2 |
| HSL | 81.04º | 0.43% | 0.65% | - |
| HSV(B) | 81.04º | 0.38% | 0.8% | - |
| XYZ | 43.56 | 54.07 | 28.22 | - |
| YUV | 187.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 127 | 0.13 | 0 | 0.38 | 0.2 | 81.04 | 0.43 | 0.65 |
| Hex | B1 | CC | 7F | D | 0 | 26 | 14 | 51 | 2B | 41 |
| Octal | 261 | 314 | 177 | 15 | 0 | 46 | 24 | 121 | 53 | 101 |
| Binary | 10110001 | 11001100 | 1111111 | 1101 | 0 | 100110 | 10100 | 1010001 | 101011 | 1000001 |
Color Harmonies of #B1CC7F
Complementary color
Monochromatic Colors of #B1CC7F
Black with #B1CC7F
Text Example
Text Example
White with #B1CC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC7F; }
p { color: rgb(177,204,127); }
H1.HeaderClassName
{
color: #B1CC7F;
}
.AnyTagClassName
{
color: #B1CC7F;
}
</style>
background-color css
<style>
a { background-color: #B1CC7F; }
a { background-color: rgb(177,204,127); }
div.DivClassName
{
background-color: #B1CC7F;
}
.BgClassName
{
background-color: #B1CC7F;
}
</style>
border-color css
<style>
span { border-color: #B1CC7F; }
span { border-color: rgb(177,204,127); }
td.TdClassName
{
border-color: #B1CC7F;
}
.TagClassName
{
border-color: #B1CC7F;
}
</style>