Shades of Caper #BAD380
Tints of Caper #BAD380
RGB
CMYK
RGB Variations
Color information
#BAD380 (or 0xBAD380) is known color: Caper. HEX triplet: BA, D3 and 80. RGB value is (186,211,128). Sum of RGB (Red+Green+Blue) = 186+211+128=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD380 is #452C7F. Grayscale: #C2C2C2. Windows color (decimal): -4533376 or 8442810. OLE color: 8442810.
HSL color Cylindrical-coordinate representation of color #BAD380: hue angle of 78.07º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAD380 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 128 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.17 |
| HSL | 78.07º | 0.49% | 0.66% | - |
| HSV(B) | 78.07º | 0.39% | 0.83% | - |
| XYZ | 47.44 | 58.59 | 29.23 | - |
| YUV | 194.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 128 | 0.12 | 0 | 0.39 | 0.17 | 78.07 | 0.49 | 0.66 |
| Hex | BA | D3 | 80 | C | 0 | 27 | 11 | 4E | 31 | 42 |
| Octal | 272 | 323 | 200 | 14 | 0 | 47 | 21 | 116 | 61 | 102 |
| Binary | 10111010 | 11010011 | 10000000 | 1100 | 0 | 100111 | 10001 | 1001110 | 110001 | 1000010 |
Color Harmonies of #BAD380
Complementary color
Monochromatic Colors of #BAD380
Black with #BAD380
Text Example
Text Example
White with #BAD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD380; }
p { color: rgb(186,211,128); }
H1.HeaderClassName
{
color: #BAD380;
}
.AnyTagClassName
{
color: #BAD380;
}
</style>
background-color css
<style>
a { background-color: #BAD380; }
a { background-color: rgb(186,211,128); }
div.DivClassName
{
background-color: #BAD380;
}
.BgClassName
{
background-color: #BAD380;
}
</style>
border-color css
<style>
span { border-color: #BAD380; }
span { border-color: rgb(186,211,128); }
td.TdClassName
{
border-color: #BAD380;
}
.TagClassName
{
border-color: #BAD380;
}
</style>