Shades of Caper #B1CA7C
Tints of Caper #B1CA7C
RGB
CMYK
RGB Variations
Color information
#B1CA7C (or 0xB1CA7C) is known color: Caper. HEX triplet: B1, CA and 7C. RGB value is (177,202,124). Sum of RGB (Red+Green+Blue) = 177+202+124=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA7C is #4E3583. Grayscale: #B9B9B9. Windows color (decimal): -5125508 or 8178353. OLE color: 8178353.
HSL color Cylindrical-coordinate representation of color #B1CA7C: hue angle of 79.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1CA7C is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 124 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.21 |
| HSL | 79.23º | 0.42% | 0.64% | - |
| HSV(B) | 79.23º | 0.39% | 0.79% | - |
| XYZ | 42.89 | 53.04 | 27.05 | - |
| YUV | 185.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 124 | 0.12 | 0 | 0.39 | 0.21 | 79.23 | 0.42 | 0.64 |
| Hex | B1 | CA | 7C | C | 0 | 27 | 15 | 4F | 2A | 40 |
| Octal | 261 | 312 | 174 | 14 | 0 | 47 | 25 | 117 | 52 | 100 |
| Binary | 10110001 | 11001010 | 1111100 | 1100 | 0 | 100111 | 10101 | 1001111 | 101010 | 1000000 |
Color Harmonies of #B1CA7C
Complementary color
Monochromatic Colors of #B1CA7C
Black with #B1CA7C
Text Example
Text Example
White with #B1CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA7C; }
p { color: rgb(177,202,124); }
H1.HeaderClassName
{
color: #B1CA7C;
}
.AnyTagClassName
{
color: #B1CA7C;
}
</style>
background-color css
<style>
a { background-color: #B1CA7C; }
a { background-color: rgb(177,202,124); }
div.DivClassName
{
background-color: #B1CA7C;
}
.BgClassName
{
background-color: #B1CA7C;
}
</style>
border-color css
<style>
span { border-color: #B1CA7C; }
span { border-color: rgb(177,202,124); }
td.TdClassName
{
border-color: #B1CA7C;
}
.TagClassName
{
border-color: #B1CA7C;
}
</style>