Shades of Caper #B6D27C
Tints of Caper #B6D27C
RGB
CMYK
RGB Variations
Color information
#B6D27C (or 0xB6D27C) is known color: Caper. HEX triplet: B6, D2 and 7C. RGB value is (182,210,124). Sum of RGB (Red+Green+Blue) = 182+210+124=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D27C is #492D83. Grayscale: #C0C0C0. Windows color (decimal): -4795780 or 8180406. OLE color: 8180406.
HSL color Cylindrical-coordinate representation of color #B6D27C: hue angle of 79.53º 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 #B6D27C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 210 | 124 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.18 |
| HSL | 79.53º | 0.49% | 0.65% | - |
| HSV(B) | 79.53º | 0.41% | 0.82% | - |
| XYZ | 45.98 | 57.49 | 27.74 | - |
| YUV | 191.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 124 | 0.13 | 0 | 0.41 | 0.18 | 79.53 | 0.49 | 0.65 |
| Hex | B6 | D2 | 7C | D | 0 | 29 | 12 | 50 | 31 | 41 |
| Octal | 266 | 322 | 174 | 15 | 0 | 51 | 22 | 120 | 61 | 101 |
| Binary | 10110110 | 11010010 | 1111100 | 1101 | 0 | 101001 | 10010 | 1010000 | 110001 | 1000001 |
Color Harmonies of #B6D27C
Complementary color
Monochromatic Colors of #B6D27C
Black with #B6D27C
Text Example
Text Example
White with #B6D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D27C; }
p { color: rgb(182,210,124); }
H1.HeaderClassName
{
color: #B6D27C;
}
.AnyTagClassName
{
color: #B6D27C;
}
</style>
background-color css
<style>
a { background-color: #B6D27C; }
a { background-color: rgb(182,210,124); }
div.DivClassName
{
background-color: #B6D27C;
}
.BgClassName
{
background-color: #B6D27C;
}
</style>
border-color css
<style>
span { border-color: #B6D27C; }
span { border-color: rgb(182,210,124); }
td.TdClassName
{
border-color: #B6D27C;
}
.TagClassName
{
border-color: #B6D27C;
}
</style>