Shades of Caper #BAD274
Tints of Caper #BAD274
RGB
CMYK
RGB Variations
Color information
#BAD274 (or 0xBAD274) is known color: Caper. HEX triplet: BA, D2 and 74. RGB value is (186,210,116). Sum of RGB (Red+Green+Blue) = 186+210+116=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD274 is #452D8B. Grayscale: #C0C0C0. Windows color (decimal): -4533644 or 7656122. OLE color: 7656122.
HSL color Cylindrical-coordinate representation of color #BAD274: hue angle of 75.32º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAD274 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 116 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.18 |
| HSL | 75.32º | 0.51% | 0.64% | - |
| HSV(B) | 75.32º | 0.45% | 0.82% | - |
| XYZ | 46.45 | 57.79 | 25.23 | - |
| YUV | 192.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 116 | 0.11 | 0 | 0.45 | 0.18 | 75.32 | 0.51 | 0.64 |
| Hex | BA | D2 | 74 | B | 0 | 2D | 12 | 4B | 33 | 40 |
| Octal | 272 | 322 | 164 | 13 | 0 | 55 | 22 | 113 | 63 | 100 |
| Binary | 10111010 | 11010010 | 1110100 | 1011 | 0 | 101101 | 10010 | 1001011 | 110011 | 1000000 |
Color Harmonies of #BAD274
Complementary color
Monochromatic Colors of #BAD274
Black with #BAD274
Text Example
Text Example
White with #BAD274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD274; }
p { color: rgb(186,210,116); }
H1.HeaderClassName
{
color: #BAD274;
}
.AnyTagClassName
{
color: #BAD274;
}
</style>
background-color css
<style>
a { background-color: #BAD274; }
a { background-color: rgb(186,210,116); }
div.DivClassName
{
background-color: #BAD274;
}
.BgClassName
{
background-color: #BAD274;
}
</style>
border-color css
<style>
span { border-color: #BAD274; }
span { border-color: rgb(186,210,116); }
td.TdClassName
{
border-color: #BAD274;
}
.TagClassName
{
border-color: #BAD274;
}
</style>