Shades of Caper #B7D673
Tints of Caper #B7D673
RGB
CMYK
RGB Variations
Color information
#B7D673 (or 0xB7D673) is known color: Caper. HEX triplet: B7, D6 and 73. RGB value is (183,214,115). Sum of RGB (Red+Green+Blue) = 183+214+115=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D673 is #48298C. Grayscale: #C1C1C1. Windows color (decimal): -4729229 or 7591607. OLE color: 7591607.
HSL color Cylindrical-coordinate representation of color #B7D673: hue angle of 78.79º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7D673 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 115 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.16 |
| HSL | 78.79º | 0.55% | 0.65% | - |
| HSV(B) | 78.79º | 0.46% | 0.84% | - |
| XYZ | 46.67 | 59.4 | 25.22 | - |
| YUV | 193.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 115 | 0.14 | 0 | 0.46 | 0.16 | 78.79 | 0.55 | 0.65 |
| Hex | B7 | D6 | 73 | E | 0 | 2E | 10 | 4F | 37 | 41 |
| Octal | 267 | 326 | 163 | 16 | 0 | 56 | 20 | 117 | 67 | 101 |
| Binary | 10110111 | 11010110 | 1110011 | 1110 | 0 | 101110 | 10000 | 1001111 | 110111 | 1000001 |
Color Harmonies of #B7D673
Complementary color
Monochromatic Colors of #B7D673
Black with #B7D673
Text Example
Text Example
White with #B7D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D673; }
p { color: rgb(183,214,115); }
H1.HeaderClassName
{
color: #B7D673;
}
.AnyTagClassName
{
color: #B7D673;
}
</style>
background-color css
<style>
a { background-color: #B7D673; }
a { background-color: rgb(183,214,115); }
div.DivClassName
{
background-color: #B7D673;
}
.BgClassName
{
background-color: #B7D673;
}
</style>
border-color css
<style>
span { border-color: #B7D673; }
span { border-color: rgb(183,214,115); }
td.TdClassName
{
border-color: #B7D673;
}
.TagClassName
{
border-color: #B7D673;
}
</style>