Shades of Caper #BAD280
Tints of Caper #BAD280
RGB
CMYK
RGB Variations
Color information
#BAD280 (or 0xBAD280) is known color: Caper. HEX triplet: BA, D2 and 80. RGB value is (186,210,128). Sum of RGB (Red+Green+Blue) = 186+210+128=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD280 is #452D7F. Grayscale: #C1C1C1. Windows color (decimal): -4533632 or 8442554. OLE color: 8442554.
HSL color Cylindrical-coordinate representation of color #BAD280: hue angle of 77.56º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAD280 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 128 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.18 |
| HSL | 77.56º | 0.48% | 0.66% | - |
| HSV(B) | 77.56º | 0.39% | 0.82% | - |
| XYZ | 47.19 | 58.09 | 29.15 | - |
| YUV | 193.48 | 91.05 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 128 | 0.11 | 0 | 0.39 | 0.18 | 77.56 | 0.48 | 0.66 |
| Hex | BA | D2 | 80 | B | 0 | 27 | 12 | 4E | 30 | 42 |
| Octal | 272 | 322 | 200 | 13 | 0 | 47 | 22 | 116 | 60 | 102 |
| Binary | 10111010 | 11010010 | 10000000 | 1011 | 0 | 100111 | 10010 | 1001110 | 110000 | 1000010 |
Color Harmonies of #BAD280
Complementary color
Monochromatic Colors of #BAD280
Black with #BAD280
Text Example
Text Example
White with #BAD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD280; }
p { color: rgb(186,210,128); }
H1.HeaderClassName
{
color: #BAD280;
}
.AnyTagClassName
{
color: #BAD280;
}
</style>
background-color css
<style>
a { background-color: #BAD280; }
a { background-color: rgb(186,210,128); }
div.DivClassName
{
background-color: #BAD280;
}
.BgClassName
{
background-color: #BAD280;
}
</style>
border-color css
<style>
span { border-color: #BAD280; }
span { border-color: rgb(186,210,128); }
td.TdClassName
{
border-color: #BAD280;
}
.TagClassName
{
border-color: #BAD280;
}
</style>