Shades of Caper #B1CA76
Tints of Caper #B1CA76
RGB
CMYK
RGB Variations
Color information
#B1CA76 (or 0xB1CA76) is known color: Caper. HEX triplet: B1, CA and 76. RGB value is (177,202,118). Sum of RGB (Red+Green+Blue) = 177+202+118=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA76 is #4E3589. Grayscale: #B9B9B9. Windows color (decimal): -5125514 or 7785137. OLE color: 7785137.
HSL color Cylindrical-coordinate representation of color #B1CA76: hue angle of 77.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1CA76 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 118 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.21 |
| HSL | 77.86º | 0.44% | 0.63% | - |
| HSV(B) | 77.86º | 0.42% | 0.79% | - |
| XYZ | 42.52 | 52.9 | 25.11 | - |
| YUV | 184.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 118 | 0.12 | 0 | 0.42 | 0.21 | 77.86 | 0.44 | 0.63 |
| Hex | B1 | CA | 76 | C | 0 | 2A | 15 | 4E | 2C | 3F |
| Octal | 261 | 312 | 166 | 14 | 0 | 52 | 25 | 116 | 54 | 77 |
| Binary | 10110001 | 11001010 | 1110110 | 1100 | 0 | 101010 | 10101 | 1001110 | 101100 | 111111 |
Color Harmonies of #B1CA76
Complementary color
Monochromatic Colors of #B1CA76
Black with #B1CA76
Text Example
Text Example
White with #B1CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA76; }
p { color: rgb(177,202,118); }
H1.HeaderClassName
{
color: #B1CA76;
}
.AnyTagClassName
{
color: #B1CA76;
}
</style>
background-color css
<style>
a { background-color: #B1CA76; }
a { background-color: rgb(177,202,118); }
div.DivClassName
{
background-color: #B1CA76;
}
.BgClassName
{
background-color: #B1CA76;
}
</style>
border-color css
<style>
span { border-color: #B1CA76; }
span { border-color: rgb(177,202,118); }
td.TdClassName
{
border-color: #B1CA76;
}
.TagClassName
{
border-color: #B1CA76;
}
</style>