Shades of Caper #B1CF77
Tints of Caper #B1CF77
RGB
CMYK
RGB Variations
Color information
#B1CF77 (or 0xB1CF77) is known color: Caper. HEX triplet: B1, CF and 77. RGB value is (177,207,119). Sum of RGB (Red+Green+Blue) = 177+207+119=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CF77 is #4E3088. Grayscale: #BCBCBC. Windows color (decimal): -5124233 or 7851953. OLE color: 7851953.
HSL color Cylindrical-coordinate representation of color #B1CF77: hue angle of 80.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1CF77 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 119 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.19 |
| HSL | 80.45º | 0.48% | 0.64% | - |
| HSV(B) | 80.45º | 0.43% | 0.81% | - |
| XYZ | 43.77 | 55.3 | 25.82 | - |
| YUV | 188 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 119 | 0.14 | 0 | 0.43 | 0.19 | 80.45 | 0.48 | 0.64 |
| Hex | B1 | CF | 77 | E | 0 | 2B | 13 | 50 | 30 | 40 |
| Octal | 261 | 317 | 167 | 16 | 0 | 53 | 23 | 120 | 60 | 100 |
| Binary | 10110001 | 11001111 | 1110111 | 1110 | 0 | 101011 | 10011 | 1010000 | 110000 | 1000000 |
Color Harmonies of #B1CF77
Complementary color
Monochromatic Colors of #B1CF77
Black with #B1CF77
Text Example
Text Example
White with #B1CF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF77; }
p { color: rgb(177,207,119); }
H1.HeaderClassName
{
color: #B1CF77;
}
.AnyTagClassName
{
color: #B1CF77;
}
</style>
background-color css
<style>
a { background-color: #B1CF77; }
a { background-color: rgb(177,207,119); }
div.DivClassName
{
background-color: #B1CF77;
}
.BgClassName
{
background-color: #B1CF77;
}
</style>
border-color css
<style>
span { border-color: #B1CF77; }
span { border-color: rgb(177,207,119); }
td.TdClassName
{
border-color: #B1CF77;
}
.TagClassName
{
border-color: #B1CF77;
}
</style>