Shades of Caper #BAD384
Tints of Caper #BAD384
RGB
CMYK
RGB Variations
Color information
#BAD384 (or 0xBAD384) is known color: Caper. HEX triplet: BA, D3 and 84. RGB value is (186,211,132). Sum of RGB (Red+Green+Blue) = 186+211+132=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD384 is #452C7B. Grayscale: #C2C2C2. Windows color (decimal): -4533372 or 8704954. OLE color: 8704954.
HSL color Cylindrical-coordinate representation of color #BAD384: hue angle of 78.99º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAD384 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 132 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.17 |
| HSL | 78.99º | 0.47% | 0.67% | - |
| HSV(B) | 78.99º | 0.37% | 0.83% | - |
| XYZ | 47.71 | 58.69 | 30.64 | - |
| YUV | 194.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 132 | 0.12 | 0 | 0.37 | 0.17 | 78.99 | 0.47 | 0.67 |
| Hex | BA | D3 | 84 | C | 0 | 25 | 11 | 4F | 2F | 43 |
| Octal | 272 | 323 | 204 | 14 | 0 | 45 | 21 | 117 | 57 | 103 |
| Binary | 10111010 | 11010011 | 10000100 | 1100 | 0 | 100101 | 10001 | 1001111 | 101111 | 1000011 |
Color Harmonies of #BAD384
Complementary color
Monochromatic Colors of #BAD384
Black with #BAD384
Text Example
Text Example
White with #BAD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD384; }
p { color: rgb(186,211,132); }
H1.HeaderClassName
{
color: #BAD384;
}
.AnyTagClassName
{
color: #BAD384;
}
</style>
background-color css
<style>
a { background-color: #BAD384; }
a { background-color: rgb(186,211,132); }
div.DivClassName
{
background-color: #BAD384;
}
.BgClassName
{
background-color: #BAD384;
}
</style>
border-color css
<style>
span { border-color: #BAD384; }
span { border-color: rgb(186,211,132); }
td.TdClassName
{
border-color: #BAD384;
}
.TagClassName
{
border-color: #BAD384;
}
</style>