Shades of Caper #BAD474
Tints of Caper #BAD474
RGB
CMYK
RGB Variations
Color information
#BAD474 (or 0xBAD474) is known color: Caper. HEX triplet: BA, D4 and 74. RGB value is (186,212,116). Sum of RGB (Red+Green+Blue) = 186+212+116=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD474 is #452B8B. Grayscale: #C1C1C1. Windows color (decimal): -4533132 or 7656634. OLE color: 7656634.
HSL color Cylindrical-coordinate representation of color #BAD474: hue angle of 76.25º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD474 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 116 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.17 |
| HSL | 76.25º | 0.53% | 0.64% | - |
| HSV(B) | 76.25º | 0.45% | 0.83% | - |
| XYZ | 46.95 | 58.79 | 25.4 | - |
| YUV | 193.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 116 | 0.12 | 0 | 0.45 | 0.17 | 76.25 | 0.53 | 0.64 |
| Hex | BA | D4 | 74 | C | 0 | 2D | 11 | 4C | 35 | 40 |
| Octal | 272 | 324 | 164 | 14 | 0 | 55 | 21 | 114 | 65 | 100 |
| Binary | 10111010 | 11010100 | 1110100 | 1100 | 0 | 101101 | 10001 | 1001100 | 110101 | 1000000 |
Color Harmonies of #BAD474
Complementary color
Monochromatic Colors of #BAD474
Black with #BAD474
Text Example
Text Example
White with #BAD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD474; }
p { color: rgb(186,212,116); }
H1.HeaderClassName
{
color: #BAD474;
}
.AnyTagClassName
{
color: #BAD474;
}
</style>
background-color css
<style>
a { background-color: #BAD474; }
a { background-color: rgb(186,212,116); }
div.DivClassName
{
background-color: #BAD474;
}
.BgClassName
{
background-color: #BAD474;
}
</style>
border-color css
<style>
span { border-color: #BAD474; }
span { border-color: rgb(186,212,116); }
td.TdClassName
{
border-color: #BAD474;
}
.TagClassName
{
border-color: #BAD474;
}
</style>