Shades of Caper #B7CF79
Tints of Caper #B7CF79
RGB
CMYK
RGB Variations
Color information
#B7CF79 (or 0xB7CF79) is known color: Caper. HEX triplet: B7, CF and 79. RGB value is (183,207,121). Sum of RGB (Red+Green+Blue) = 183+207+121=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF79 is #483086. Grayscale: #BEBEBE. Windows color (decimal): -4731015 or 7983031. OLE color: 7983031.
HSL color Cylindrical-coordinate representation of color #B7CF79: hue angle of 76.74º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7CF79 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 121 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.19 |
| HSL | 76.74º | 0.47% | 0.64% | - |
| HSV(B) | 76.74º | 0.42% | 0.81% | - |
| XYZ | 45.29 | 56.07 | 26.53 | - |
| YUV | 190.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 121 | 0.12 | 0 | 0.42 | 0.19 | 76.74 | 0.47 | 0.64 |
| Hex | B7 | CF | 79 | C | 0 | 2A | 13 | 4D | 2F | 40 |
| Octal | 267 | 317 | 171 | 14 | 0 | 52 | 23 | 115 | 57 | 100 |
| Binary | 10110111 | 11001111 | 1111001 | 1100 | 0 | 101010 | 10011 | 1001101 | 101111 | 1000000 |
Color Harmonies of #B7CF79
Complementary color
Monochromatic Colors of #B7CF79
Black with #B7CF79
Text Example
Text Example
White with #B7CF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF79; }
p { color: rgb(183,207,121); }
H1.HeaderClassName
{
color: #B7CF79;
}
.AnyTagClassName
{
color: #B7CF79;
}
</style>
background-color css
<style>
a { background-color: #B7CF79; }
a { background-color: rgb(183,207,121); }
div.DivClassName
{
background-color: #B7CF79;
}
.BgClassName
{
background-color: #B7CF79;
}
</style>
border-color css
<style>
span { border-color: #B7CF79; }
span { border-color: rgb(183,207,121); }
td.TdClassName
{
border-color: #B7CF79;
}
.TagClassName
{
border-color: #B7CF79;
}
</style>