Shades of Caper #BAD47D
Tints of Caper #BAD47D
RGB
CMYK
RGB Variations
Color information
#BAD47D (or 0xBAD47D) is known color: Caper. HEX triplet: BA, D4 and 7D. RGB value is (186,212,125). Sum of RGB (Red+Green+Blue) = 186+212+125=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD47D is #452B82. Grayscale: #C2C2C2. Windows color (decimal): -4533123 or 8246458. OLE color: 8246458.
HSL color Cylindrical-coordinate representation of color #BAD47D: hue angle of 77.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAD47D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 125 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.17 |
| HSL | 77.93º | 0.5% | 0.66% | - |
| HSV(B) | 77.93º | 0.41% | 0.83% | - |
| XYZ | 47.49 | 59.01 | 28.29 | - |
| YUV | 194.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 125 | 0.12 | 0 | 0.41 | 0.17 | 77.93 | 0.5 | 0.66 |
| Hex | BA | D4 | 7D | C | 0 | 29 | 11 | 4E | 32 | 42 |
| Octal | 272 | 324 | 175 | 14 | 0 | 51 | 21 | 116 | 62 | 102 |
| Binary | 10111010 | 11010100 | 1111101 | 1100 | 0 | 101001 | 10001 | 1001110 | 110010 | 1000010 |
Color Harmonies of #BAD47D
Complementary color
Monochromatic Colors of #BAD47D
Black with #BAD47D
Text Example
Text Example
White with #BAD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD47D; }
p { color: rgb(186,212,125); }
H1.HeaderClassName
{
color: #BAD47D;
}
.AnyTagClassName
{
color: #BAD47D;
}
</style>
background-color css
<style>
a { background-color: #BAD47D; }
a { background-color: rgb(186,212,125); }
div.DivClassName
{
background-color: #BAD47D;
}
.BgClassName
{
background-color: #BAD47D;
}
</style>
border-color css
<style>
span { border-color: #BAD47D; }
span { border-color: rgb(186,212,125); }
td.TdClassName
{
border-color: #BAD47D;
}
.TagClassName
{
border-color: #BAD47D;
}
</style>