Shades of Caper #B7CF7C
Tints of Caper #B7CF7C
RGB
CMYK
RGB Variations
Color information
#B7CF7C (or 0xB7CF7C) is known color: Caper. HEX triplet: B7, CF and 7C. RGB value is (183,207,124). Sum of RGB (Red+Green+Blue) = 183+207+124=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF7C is #483083. Grayscale: #BEBEBE. Windows color (decimal): -4731012 or 8179639. OLE color: 8179639.
HSL color Cylindrical-coordinate representation of color #B7CF7C: hue angle of 77.35º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7CF7C is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 124 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.19 |
| HSL | 77.35º | 0.46% | 0.65% | - |
| HSV(B) | 77.35º | 0.4% | 0.81% | - |
| XYZ | 45.48 | 56.15 | 27.51 | - |
| YUV | 190.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 124 | 0.12 | 0 | 0.40 | 0.19 | 77.35 | 0.46 | 0.65 |
| Hex | B7 | CF | 7C | C | 0 | 28 | 13 | 4D | 2E | 41 |
| Octal | 267 | 317 | 174 | 14 | 0 | 50 | 23 | 115 | 56 | 101 |
| Binary | 10110111 | 11001111 | 1111100 | 1100 | 0 | 101000 | 10011 | 1001101 | 101110 | 1000001 |
Color Harmonies of #B7CF7C
Complementary color
Monochromatic Colors of #B7CF7C
Black with #B7CF7C
Text Example
Text Example
White with #B7CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF7C; }
p { color: rgb(183,207,124); }
H1.HeaderClassName
{
color: #B7CF7C;
}
.AnyTagClassName
{
color: #B7CF7C;
}
</style>
background-color css
<style>
a { background-color: #B7CF7C; }
a { background-color: rgb(183,207,124); }
div.DivClassName
{
background-color: #B7CF7C;
}
.BgClassName
{
background-color: #B7CF7C;
}
</style>
border-color css
<style>
span { border-color: #B7CF7C; }
span { border-color: rgb(183,207,124); }
td.TdClassName
{
border-color: #B7CF7C;
}
.TagClassName
{
border-color: #B7CF7C;
}
</style>