Shades of Caper #B7D473
Tints of Caper #B7D473
RGB
CMYK
RGB Variations
Color information
#B7D473 (or 0xB7D473) is known color: Caper. HEX triplet: B7, D4 and 73. RGB value is (183,212,115). Sum of RGB (Red+Green+Blue) = 183+212+115=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D473 is #482B8C. Grayscale: #C0C0C0. Windows color (decimal): -4729741 or 7591095. OLE color: 7591095.
HSL color Cylindrical-coordinate representation of color #B7D473: hue angle of 77.94º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7D473 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 115 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.17 |
| HSL | 77.94º | 0.53% | 0.64% | - |
| HSV(B) | 77.94º | 0.46% | 0.83% | - |
| XYZ | 46.17 | 58.39 | 25.06 | - |
| YUV | 192.27 | 84.39 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 115 | 0.14 | 0 | 0.46 | 0.17 | 77.94 | 0.53 | 0.64 |
| Hex | B7 | D4 | 73 | E | 0 | 2E | 11 | 4E | 35 | 40 |
| Octal | 267 | 324 | 163 | 16 | 0 | 56 | 21 | 116 | 65 | 100 |
| Binary | 10110111 | 11010100 | 1110011 | 1110 | 0 | 101110 | 10001 | 1001110 | 110101 | 1000000 |
Color Harmonies of #B7D473
Complementary color
Monochromatic Colors of #B7D473
Black with #B7D473
Text Example
Text Example
White with #B7D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D473; }
p { color: rgb(183,212,115); }
H1.HeaderClassName
{
color: #B7D473;
}
.AnyTagClassName
{
color: #B7D473;
}
</style>
background-color css
<style>
a { background-color: #B7D473; }
a { background-color: rgb(183,212,115); }
div.DivClassName
{
background-color: #B7D473;
}
.BgClassName
{
background-color: #B7D473;
}
</style>
border-color css
<style>
span { border-color: #B7D473; }
span { border-color: rgb(183,212,115); }
td.TdClassName
{
border-color: #B7D473;
}
.TagClassName
{
border-color: #B7D473;
}
</style>