Shades of Caper #BAD17C
Tints of Caper #BAD17C
RGB
CMYK
RGB Variations
Color information
#BAD17C (or 0xBAD17C) is known color: Caper. HEX triplet: BA, D1 and 7C. RGB value is (186,209,124). Sum of RGB (Red+Green+Blue) = 186+209+124=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD17C is #452E83. Grayscale: #C0C0C0. Windows color (decimal): -4533892 or 8180154. OLE color: 8180154.
HSL color Cylindrical-coordinate representation of color #BAD17C: hue angle of 76.24º degrees, saturation: 0.48, 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 #BAD17C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 124 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.18 |
| HSL | 76.24º | 0.48% | 0.65% | - |
| HSV(B) | 76.24º | 0.41% | 0.82% | - |
| XYZ | 46.69 | 57.5 | 27.71 | - |
| YUV | 192.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 124 | 0.11 | 0 | 0.41 | 0.18 | 76.24 | 0.48 | 0.65 |
| Hex | BA | D1 | 7C | B | 0 | 29 | 12 | 4C | 30 | 41 |
| Octal | 272 | 321 | 174 | 13 | 0 | 51 | 22 | 114 | 60 | 101 |
| Binary | 10111010 | 11010001 | 1111100 | 1011 | 0 | 101001 | 10010 | 1001100 | 110000 | 1000001 |
Color Harmonies of #BAD17C
Complementary color
Monochromatic Colors of #BAD17C
Black with #BAD17C
Text Example
Text Example
White with #BAD17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD17C; }
p { color: rgb(186,209,124); }
H1.HeaderClassName
{
color: #BAD17C;
}
.AnyTagClassName
{
color: #BAD17C;
}
</style>
background-color css
<style>
a { background-color: #BAD17C; }
a { background-color: rgb(186,209,124); }
div.DivClassName
{
background-color: #BAD17C;
}
.BgClassName
{
background-color: #BAD17C;
}
</style>
border-color css
<style>
span { border-color: #BAD17C; }
span { border-color: rgb(186,209,124); }
td.TdClassName
{
border-color: #BAD17C;
}
.TagClassName
{
border-color: #BAD17C;
}
</style>