Shades of Caper #B1CF76
Tints of Caper #B1CF76
RGB
CMYK
RGB Variations
Color information
#B1CF76 (or 0xB1CF76) is known color: Caper. HEX triplet: B1, CF and 76. RGB value is (177,207,118). Sum of RGB (Red+Green+Blue) = 177+207+118=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CF76 is #4E3089. Grayscale: #BCBCBC. Windows color (decimal): -5124234 or 7786417. OLE color: 7786417.
HSL color Cylindrical-coordinate representation of color #B1CF76: hue angle of 80.22º 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 #B1CF76 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 118 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.19 |
| HSL | 80.22º | 0.48% | 0.64% | - |
| HSV(B) | 80.22º | 0.43% | 0.81% | - |
| XYZ | 43.71 | 55.28 | 25.51 | - |
| YUV | 187.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 118 | 0.14 | 0 | 0.43 | 0.19 | 80.22 | 0.48 | 0.64 |
| Hex | B1 | CF | 76 | E | 0 | 2B | 13 | 50 | 30 | 40 |
| Octal | 261 | 317 | 166 | 16 | 0 | 53 | 23 | 120 | 60 | 100 |
| Binary | 10110001 | 11001111 | 1110110 | 1110 | 0 | 101011 | 10011 | 1010000 | 110000 | 1000000 |
Color Harmonies of #B1CF76
Complementary color
Monochromatic Colors of #B1CF76
Black with #B1CF76
Text Example
Text Example
White with #B1CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF76; }
p { color: rgb(177,207,118); }
H1.HeaderClassName
{
color: #B1CF76;
}
.AnyTagClassName
{
color: #B1CF76;
}
</style>
background-color css
<style>
a { background-color: #B1CF76; }
a { background-color: rgb(177,207,118); }
div.DivClassName
{
background-color: #B1CF76;
}
.BgClassName
{
background-color: #B1CF76;
}
</style>
border-color css
<style>
span { border-color: #B1CF76; }
span { border-color: rgb(177,207,118); }
td.TdClassName
{
border-color: #B1CF76;
}
.TagClassName
{
border-color: #B1CF76;
}
</style>