Shades of Caper #B1CA77
Tints of Caper #B1CA77
RGB
CMYK
RGB Variations
Color information
#B1CA77 (or 0xB1CA77) is known color: Caper. HEX triplet: B1, CA and 77. RGB value is (177,202,119). Sum of RGB (Red+Green+Blue) = 177+202+119=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA77 is #4E3588. Grayscale: #B9B9B9. Windows color (decimal): -5125513 or 7850673. OLE color: 7850673.
HSL color Cylindrical-coordinate representation of color #B1CA77: hue angle of 78.07º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1CA77 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 119 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.21 |
| HSL | 78.07º | 0.44% | 0.63% | - |
| HSV(B) | 78.07º | 0.41% | 0.79% | - |
| XYZ | 42.58 | 52.92 | 25.42 | - |
| YUV | 185.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 119 | 0.12 | 0 | 0.41 | 0.21 | 78.07 | 0.44 | 0.63 |
| Hex | B1 | CA | 77 | C | 0 | 29 | 15 | 4E | 2C | 3F |
| Octal | 261 | 312 | 167 | 14 | 0 | 51 | 25 | 116 | 54 | 77 |
| Binary | 10110001 | 11001010 | 1110111 | 1100 | 0 | 101001 | 10101 | 1001110 | 101100 | 111111 |
Color Harmonies of #B1CA77
Complementary color
Monochromatic Colors of #B1CA77
Black with #B1CA77
Text Example
Text Example
White with #B1CA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA77; }
p { color: rgb(177,202,119); }
H1.HeaderClassName
{
color: #B1CA77;
}
.AnyTagClassName
{
color: #B1CA77;
}
</style>
background-color css
<style>
a { background-color: #B1CA77; }
a { background-color: rgb(177,202,119); }
div.DivClassName
{
background-color: #B1CA77;
}
.BgClassName
{
background-color: #B1CA77;
}
</style>
border-color css
<style>
span { border-color: #B1CA77; }
span { border-color: rgb(177,202,119); }
td.TdClassName
{
border-color: #B1CA77;
}
.TagClassName
{
border-color: #B1CA77;
}
</style>