Shades of Caper #B7D67C
Tints of Caper #B7D67C
RGB
CMYK
RGB Variations
Color information
#B7D67C (or 0xB7D67C) is known color: Caper. HEX triplet: B7, D6 and 7C. RGB value is (183,214,124). Sum of RGB (Red+Green+Blue) = 183+214+124=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D67C is #482983. Grayscale: #C2C2C2. Windows color (decimal): -4729220 or 8181431. OLE color: 8181431.
HSL color Cylindrical-coordinate representation of color #B7D67C: hue angle of 80.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7D67C is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 124 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.16 |
| HSL | 80.67º | 0.52% | 0.66% | - |
| HSV(B) | 80.67º | 0.42% | 0.84% | - |
| XYZ | 47.21 | 59.62 | 28.09 | - |
| YUV | 194.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 124 | 0.14 | 0 | 0.42 | 0.16 | 80.67 | 0.52 | 0.66 |
| Hex | B7 | D6 | 7C | E | 0 | 2A | 10 | 51 | 34 | 42 |
| Octal | 267 | 326 | 174 | 16 | 0 | 52 | 20 | 121 | 64 | 102 |
| Binary | 10110111 | 11010110 | 1111100 | 1110 | 0 | 101010 | 10000 | 1010001 | 110100 | 1000010 |
Color Harmonies of #B7D67C
Complementary color
Monochromatic Colors of #B7D67C
Black with #B7D67C
Text Example
Text Example
White with #B7D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D67C; }
p { color: rgb(183,214,124); }
H1.HeaderClassName
{
color: #B7D67C;
}
.AnyTagClassName
{
color: #B7D67C;
}
</style>
background-color css
<style>
a { background-color: #B7D67C; }
a { background-color: rgb(183,214,124); }
div.DivClassName
{
background-color: #B7D67C;
}
.BgClassName
{
background-color: #B7D67C;
}
</style>
border-color css
<style>
span { border-color: #B7D67C; }
span { border-color: rgb(183,214,124); }
td.TdClassName
{
border-color: #B7D67C;
}
.TagClassName
{
border-color: #B7D67C;
}
</style>