Shades of Caper #B7D679
Tints of Caper #B7D679
RGB
CMYK
RGB Variations
Color information
#B7D679 (or 0xB7D679) is known color: Caper. HEX triplet: B7, D6 and 79. RGB value is (183,214,121). Sum of RGB (Red+Green+Blue) = 183+214+121=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D679 is #482986. Grayscale: #C2C2C2. Windows color (decimal): -4729223 or 7984823. OLE color: 7984823.
HSL color Cylindrical-coordinate representation of color #B7D679: hue angle of 80º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7D679 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 121 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.16 |
| HSL | 80º | 0.53% | 0.66% | - |
| HSV(B) | 80º | 0.43% | 0.84% | - |
| XYZ | 47.03 | 59.54 | 27.1 | - |
| YUV | 194.13 | 86.73 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 121 | 0.14 | 0 | 0.43 | 0.16 | 80 | 0.53 | 0.66 |
| Hex | B7 | D6 | 79 | E | 0 | 2B | 10 | 50 | 35 | 42 |
| Octal | 267 | 326 | 171 | 16 | 0 | 53 | 20 | 120 | 65 | 102 |
| Binary | 10110111 | 11010110 | 1111001 | 1110 | 0 | 101011 | 10000 | 1010000 | 110101 | 1000010 |
Color Harmonies of #B7D679
Complementary color
Monochromatic Colors of #B7D679
Black with #B7D679
Text Example
Text Example
White with #B7D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D679; }
p { color: rgb(183,214,121); }
H1.HeaderClassName
{
color: #B7D679;
}
.AnyTagClassName
{
color: #B7D679;
}
</style>
background-color css
<style>
a { background-color: #B7D679; }
a { background-color: rgb(183,214,121); }
div.DivClassName
{
background-color: #B7D679;
}
.BgClassName
{
background-color: #B7D679;
}
</style>
border-color css
<style>
span { border-color: #B7D679; }
span { border-color: rgb(183,214,121); }
td.TdClassName
{
border-color: #B7D679;
}
.TagClassName
{
border-color: #B7D679;
}
</style>