Shades of Caper #BAD385
Tints of Caper #BAD385
RGB
CMYK
RGB Variations
Color information
#BAD385 (or 0xBAD385) is known color: Caper. HEX triplet: BA, D3 and 85. RGB value is (186,211,133). Sum of RGB (Red+Green+Blue) = 186+211+133=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD385 is #452C7A. Grayscale: #C2C2C2. Windows color (decimal): -4533371 or 8770490. OLE color: 8770490.
HSL color Cylindrical-coordinate representation of color #BAD385: hue angle of 79.23º 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 #BAD385 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 133 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.17 |
| HSL | 79.23º | 0.47% | 0.67% | - |
| HSV(B) | 79.23º | 0.37% | 0.83% | - |
| XYZ | 47.78 | 58.72 | 31.01 | - |
| YUV | 194.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 133 | 0.12 | 0 | 0.37 | 0.17 | 79.23 | 0.47 | 0.67 |
| Hex | BA | D3 | 85 | C | 0 | 25 | 11 | 4F | 2F | 43 |
| Octal | 272 | 323 | 205 | 14 | 0 | 45 | 21 | 117 | 57 | 103 |
| Binary | 10111010 | 11010011 | 10000101 | 1100 | 0 | 100101 | 10001 | 1001111 | 101111 | 1000011 |
Color Harmonies of #BAD385
Complementary color
Monochromatic Colors of #BAD385
Black with #BAD385
Text Example
Text Example
White with #BAD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD385; }
p { color: rgb(186,211,133); }
H1.HeaderClassName
{
color: #BAD385;
}
.AnyTagClassName
{
color: #BAD385;
}
</style>
background-color css
<style>
a { background-color: #BAD385; }
a { background-color: rgb(186,211,133); }
div.DivClassName
{
background-color: #BAD385;
}
.BgClassName
{
background-color: #BAD385;
}
</style>
border-color css
<style>
span { border-color: #BAD385; }
span { border-color: rgb(186,211,133); }
td.TdClassName
{
border-color: #BAD385;
}
.TagClassName
{
border-color: #BAD385;
}
</style>