Shades of Caper #B7CF7F
Tints of Caper #B7CF7F
RGB
CMYK
RGB Variations
Color information
#B7CF7F (or 0xB7CF7F) is known color: Caper. HEX triplet: B7, CF and 7F. RGB value is (183,207,127). Sum of RGB (Red+Green+Blue) = 183+207+127=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF7F is #483080. Grayscale: #BFBFBF. Windows color (decimal): -4731009 or 8376247. OLE color: 8376247.
HSL color Cylindrical-coordinate representation of color #B7CF7F: hue angle of 78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7CF7F is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 127 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.19 |
| HSL | 78º | 0.45% | 0.65% | - |
| HSV(B) | 78º | 0.39% | 0.81% | - |
| XYZ | 45.67 | 56.23 | 28.52 | - |
| YUV | 190.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 127 | 0.12 | 0 | 0.39 | 0.19 | 78 | 0.45 | 0.65 |
| Hex | B7 | CF | 7F | C | 0 | 27 | 13 | 4E | 2D | 41 |
| Octal | 267 | 317 | 177 | 14 | 0 | 47 | 23 | 116 | 55 | 101 |
| Binary | 10110111 | 11001111 | 1111111 | 1100 | 0 | 100111 | 10011 | 1001110 | 101101 | 1000001 |
Color Harmonies of #B7CF7F
Complementary color
Monochromatic Colors of #B7CF7F
Black with #B7CF7F
Text Example
Text Example
White with #B7CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF7F; }
p { color: rgb(183,207,127); }
H1.HeaderClassName
{
color: #B7CF7F;
}
.AnyTagClassName
{
color: #B7CF7F;
}
</style>
background-color css
<style>
a { background-color: #B7CF7F; }
a { background-color: rgb(183,207,127); }
div.DivClassName
{
background-color: #B7CF7F;
}
.BgClassName
{
background-color: #B7CF7F;
}
</style>
border-color css
<style>
span { border-color: #B7CF7F; }
span { border-color: rgb(183,207,127); }
td.TdClassName
{
border-color: #B7CF7F;
}
.TagClassName
{
border-color: #B7CF7F;
}
</style>