Shades of Caper #B1CC7E
Tints of Caper #B1CC7E
RGB
CMYK
RGB Variations
Color information
#B1CC7E (or 0xB1CC7E) is known color: Caper. HEX triplet: B1, CC and 7E. RGB value is (177,204,126). Sum of RGB (Red+Green+Blue) = 177+204+126=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC7E is #4E3381. Grayscale: #BBBBBB. Windows color (decimal): -5124994 or 8309937. OLE color: 8309937.
HSL color Cylindrical-coordinate representation of color #B1CC7E: hue angle of 80.77º 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 #B1CC7E is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 126 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.2 |
| HSL | 80.77º | 0.43% | 0.65% | - |
| HSV(B) | 80.77º | 0.38% | 0.8% | - |
| XYZ | 43.49 | 54.04 | 27.88 | - |
| YUV | 187.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 126 | 0.13 | 0 | 0.38 | 0.2 | 80.77 | 0.43 | 0.65 |
| Hex | B1 | CC | 7E | D | 0 | 26 | 14 | 51 | 2B | 41 |
| Octal | 261 | 314 | 176 | 15 | 0 | 46 | 24 | 121 | 53 | 101 |
| Binary | 10110001 | 11001100 | 1111110 | 1101 | 0 | 100110 | 10100 | 1010001 | 101011 | 1000001 |
Color Harmonies of #B1CC7E
Complementary color
Monochromatic Colors of #B1CC7E
Black with #B1CC7E
Text Example
Text Example
White with #B1CC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC7E; }
p { color: rgb(177,204,126); }
H1.HeaderClassName
{
color: #B1CC7E;
}
.AnyTagClassName
{
color: #B1CC7E;
}
</style>
background-color css
<style>
a { background-color: #B1CC7E; }
a { background-color: rgb(177,204,126); }
div.DivClassName
{
background-color: #B1CC7E;
}
.BgClassName
{
background-color: #B1CC7E;
}
</style>
border-color css
<style>
span { border-color: #B1CC7E; }
span { border-color: rgb(177,204,126); }
td.TdClassName
{
border-color: #B1CC7E;
}
.TagClassName
{
border-color: #B1CC7E;
}
</style>