Shades of Caper #B7D07F
Tints of Caper #B7D07F
RGB
CMYK
RGB Variations
Color information
#B7D07F (or 0xB7D07F) is known color: Caper. HEX triplet: B7, D0 and 7F. RGB value is (183,208,127). Sum of RGB (Red+Green+Blue) = 183+208+127=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D07F is #482F80. Grayscale: #BFBFBF. Windows color (decimal): -4730753 or 8376503. OLE color: 8376503.
HSL color Cylindrical-coordinate representation of color #B7D07F: hue angle of 78.52º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7D07F is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 127 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.18 |
| HSL | 78.52º | 0.46% | 0.66% | - |
| HSV(B) | 78.52º | 0.39% | 0.82% | - |
| XYZ | 45.92 | 56.71 | 28.61 | - |
| YUV | 191.29 | 91.72 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 127 | 0.12 | 0 | 0.39 | 0.18 | 78.52 | 0.46 | 0.66 |
| Hex | B7 | D0 | 7F | C | 0 | 27 | 12 | 4F | 2E | 42 |
| Octal | 267 | 320 | 177 | 14 | 0 | 47 | 22 | 117 | 56 | 102 |
| Binary | 10110111 | 11010000 | 1111111 | 1100 | 0 | 100111 | 10010 | 1001111 | 101110 | 1000010 |
Color Harmonies of #B7D07F
Complementary color
Monochromatic Colors of #B7D07F
Black with #B7D07F
Text Example
Text Example
White with #B7D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D07F; }
p { color: rgb(183,208,127); }
H1.HeaderClassName
{
color: #B7D07F;
}
.AnyTagClassName
{
color: #B7D07F;
}
</style>
background-color css
<style>
a { background-color: #B7D07F; }
a { background-color: rgb(183,208,127); }
div.DivClassName
{
background-color: #B7D07F;
}
.BgClassName
{
background-color: #B7D07F;
}
</style>
border-color css
<style>
span { border-color: #B7D07F; }
span { border-color: rgb(183,208,127); }
td.TdClassName
{
border-color: #B7D07F;
}
.TagClassName
{
border-color: #B7D07F;
}
</style>