Shades of Caper #B7D573
Tints of Caper #B7D573
RGB
CMYK
RGB Variations
Color information
#B7D573 (or 0xB7D573) is known color: Caper. HEX triplet: B7, D5 and 73. RGB value is (183,213,115). Sum of RGB (Red+Green+Blue) = 183+213+115=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D573 is #482A8C. Grayscale: #C1C1C1. Windows color (decimal): -4729485 or 7591351. OLE color: 7591351.
HSL color Cylindrical-coordinate representation of color #B7D573: hue angle of 78.37º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7D573 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 115 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.16 |
| HSL | 78.37º | 0.54% | 0.64% | - |
| HSV(B) | 78.37º | 0.46% | 0.84% | - |
| XYZ | 46.42 | 58.89 | 25.14 | - |
| YUV | 192.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 115 | 0.14 | 0 | 0.46 | 0.16 | 78.37 | 0.54 | 0.64 |
| Hex | B7 | D5 | 73 | E | 0 | 2E | 10 | 4E | 36 | 40 |
| Octal | 267 | 325 | 163 | 16 | 0 | 56 | 20 | 116 | 66 | 100 |
| Binary | 10110111 | 11010101 | 1110011 | 1110 | 0 | 101110 | 10000 | 1001110 | 110110 | 1000000 |
Color Harmonies of #B7D573
Complementary color
Monochromatic Colors of #B7D573
Black with #B7D573
Text Example
Text Example
White with #B7D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D573; }
p { color: rgb(183,213,115); }
H1.HeaderClassName
{
color: #B7D573;
}
.AnyTagClassName
{
color: #B7D573;
}
</style>
background-color css
<style>
a { background-color: #B7D573; }
a { background-color: rgb(183,213,115); }
div.DivClassName
{
background-color: #B7D573;
}
.BgClassName
{
background-color: #B7D573;
}
</style>
border-color css
<style>
span { border-color: #B7D573; }
span { border-color: rgb(183,213,115); }
td.TdClassName
{
border-color: #B7D573;
}
.TagClassName
{
border-color: #B7D573;
}
</style>