Shades of Caper #B7D073
Tints of Caper #B7D073
RGB
CMYK
RGB Variations
Color information
#B7D073 (or 0xB7D073) is known color: Caper. HEX triplet: B7, D0 and 73. RGB value is (183,208,115). Sum of RGB (Red+Green+Blue) = 183+208+115=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D073 is #482F8C. Grayscale: #BEBEBE. Windows color (decimal): -4730765 or 7590071. OLE color: 7590071.
HSL color Cylindrical-coordinate representation of color #B7D073: hue angle of 76.13º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7D073 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 115 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.18 |
| HSL | 76.13º | 0.5% | 0.63% | - |
| HSV(B) | 76.13º | 0.45% | 0.82% | - |
| XYZ | 45.18 | 56.42 | 24.73 | - |
| YUV | 189.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 115 | 0.12 | 0 | 0.45 | 0.18 | 76.13 | 0.5 | 0.63 |
| Hex | B7 | D0 | 73 | C | 0 | 2D | 12 | 4C | 32 | 3F |
| Octal | 267 | 320 | 163 | 14 | 0 | 55 | 22 | 114 | 62 | 77 |
| Binary | 10110111 | 11010000 | 1110011 | 1100 | 0 | 101101 | 10010 | 1001100 | 110010 | 111111 |
Color Harmonies of #B7D073
Complementary color
Monochromatic Colors of #B7D073
Black with #B7D073
Text Example
Text Example
White with #B7D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D073; }
p { color: rgb(183,208,115); }
H1.HeaderClassName
{
color: #B7D073;
}
.AnyTagClassName
{
color: #B7D073;
}
</style>
background-color css
<style>
a { background-color: #B7D073; }
a { background-color: rgb(183,208,115); }
div.DivClassName
{
background-color: #B7D073;
}
.BgClassName
{
background-color: #B7D073;
}
</style>
border-color css
<style>
span { border-color: #B7D073; }
span { border-color: rgb(183,208,115); }
td.TdClassName
{
border-color: #B7D073;
}
.TagClassName
{
border-color: #B7D073;
}
</style>