Shades of Caper #B1CA6E
Tints of Caper #B1CA6E
RGB
CMYK
RGB Variations
Color information
#B1CA6E (or 0xB1CA6E) is known color: Caper. HEX triplet: B1, CA and 6E. RGB value is (177,202,110). Sum of RGB (Red+Green+Blue) = 177+202+110=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA6E is #4E3591. Grayscale: #B8B8B8. Windows color (decimal): -5125522 or 7260849. OLE color: 7260849.
HSL color Cylindrical-coordinate representation of color #B1CA6E: hue angle of 76.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1CA6E is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 110 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.21 |
| HSL | 76.3º | 0.46% | 0.61% | - |
| HSV(B) | 76.3º | 0.46% | 0.79% | - |
| XYZ | 42.07 | 52.71 | 22.71 | - |
| YUV | 184.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 110 | 0.12 | 0 | 0.46 | 0.21 | 76.3 | 0.46 | 0.61 |
| Hex | B1 | CA | 6E | C | 0 | 2E | 15 | 4C | 2E | 3D |
| Octal | 261 | 312 | 156 | 14 | 0 | 56 | 25 | 114 | 56 | 75 |
| Binary | 10110001 | 11001010 | 1101110 | 1100 | 0 | 101110 | 10101 | 1001100 | 101110 | 111101 |
Color Harmonies of #B1CA6E
Complementary color
Monochromatic Colors of #B1CA6E
Black with #B1CA6E
Text Example
Text Example
White with #B1CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA6E; }
p { color: rgb(177,202,110); }
H1.HeaderClassName
{
color: #B1CA6E;
}
.AnyTagClassName
{
color: #B1CA6E;
}
</style>
background-color css
<style>
a { background-color: #B1CA6E; }
a { background-color: rgb(177,202,110); }
div.DivClassName
{
background-color: #B1CA6E;
}
.BgClassName
{
background-color: #B1CA6E;
}
</style>
border-color css
<style>
span { border-color: #B1CA6E; }
span { border-color: rgb(177,202,110); }
td.TdClassName
{
border-color: #B1CA6E;
}
.TagClassName
{
border-color: #B1CA6E;
}
</style>