Shades of Caper #B7D27C
Tints of Caper #B7D27C
RGB
CMYK
RGB Variations
Color information
#B7D27C (or 0xB7D27C) is known color: Caper. HEX triplet: B7, D2 and 7C. RGB value is (183,210,124). Sum of RGB (Red+Green+Blue) = 183+210+124=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D27C is #482D83. Grayscale: #C0C0C0. Windows color (decimal): -4730244 or 8180407. OLE color: 8180407.
HSL color Cylindrical-coordinate representation of color #B7D27C: hue angle of 78.84º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7D27C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 124 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.18 |
| HSL | 78.84º | 0.49% | 0.65% | - |
| HSV(B) | 78.84º | 0.41% | 0.82% | - |
| XYZ | 46.21 | 57.62 | 27.75 | - |
| YUV | 192.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 124 | 0.13 | 0 | 0.41 | 0.18 | 78.84 | 0.49 | 0.65 |
| Hex | B7 | D2 | 7C | D | 0 | 29 | 12 | 4F | 31 | 41 |
| Octal | 267 | 322 | 174 | 15 | 0 | 51 | 22 | 117 | 61 | 101 |
| Binary | 10110111 | 11010010 | 1111100 | 1101 | 0 | 101001 | 10010 | 1001111 | 110001 | 1000001 |
Color Harmonies of #B7D27C
Complementary color
Monochromatic Colors of #B7D27C
Black with #B7D27C
Text Example
Text Example
White with #B7D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D27C; }
p { color: rgb(183,210,124); }
H1.HeaderClassName
{
color: #B7D27C;
}
.AnyTagClassName
{
color: #B7D27C;
}
</style>
background-color css
<style>
a { background-color: #B7D27C; }
a { background-color: rgb(183,210,124); }
div.DivClassName
{
background-color: #B7D27C;
}
.BgClassName
{
background-color: #B7D27C;
}
</style>
border-color css
<style>
span { border-color: #B7D27C; }
span { border-color: rgb(183,210,124); }
td.TdClassName
{
border-color: #B7D27C;
}
.TagClassName
{
border-color: #B7D27C;
}
</style>