Shades of Caper #B1CE7A
Tints of Caper #B1CE7A
RGB
CMYK
RGB Variations
Color information
#B1CE7A (or 0xB1CE7A) is known color: Caper. HEX triplet: B1, CE and 7A. RGB value is (177,206,122). Sum of RGB (Red+Green+Blue) = 177+206+122=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE7A is #4E3185. Grayscale: #BCBCBC. Windows color (decimal): -5124486 or 8048305. OLE color: 8048305.
HSL color Cylindrical-coordinate representation of color #B1CE7A: hue angle of 80.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1CE7A is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 122 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.19 |
| HSL | 80.71º | 0.46% | 0.64% | - |
| HSV(B) | 80.71º | 0.41% | 0.81% | - |
| XYZ | 43.72 | 54.89 | 26.7 | - |
| YUV | 187.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 122 | 0.14 | 0 | 0.41 | 0.19 | 80.71 | 0.46 | 0.64 |
| Hex | B1 | CE | 7A | E | 0 | 29 | 13 | 51 | 2E | 40 |
| Octal | 261 | 316 | 172 | 16 | 0 | 51 | 23 | 121 | 56 | 100 |
| Binary | 10110001 | 11001110 | 1111010 | 1110 | 0 | 101001 | 10011 | 1010001 | 101110 | 1000000 |
Color Harmonies of #B1CE7A
Complementary color
Monochromatic Colors of #B1CE7A
Black with #B1CE7A
Text Example
Text Example
White with #B1CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE7A; }
p { color: rgb(177,206,122); }
H1.HeaderClassName
{
color: #B1CE7A;
}
.AnyTagClassName
{
color: #B1CE7A;
}
</style>
background-color css
<style>
a { background-color: #B1CE7A; }
a { background-color: rgb(177,206,122); }
div.DivClassName
{
background-color: #B1CE7A;
}
.BgClassName
{
background-color: #B1CE7A;
}
</style>
border-color css
<style>
span { border-color: #B1CE7A; }
span { border-color: rgb(177,206,122); }
td.TdClassName
{
border-color: #B1CE7A;
}
.TagClassName
{
border-color: #B1CE7A;
}
</style>