Shades of Caper #BAD175
Tints of Caper #BAD175
RGB
CMYK
RGB Variations
Color information
#BAD175 (or 0xBAD175) is known color: Caper. HEX triplet: BA, D1 and 75. RGB value is (186,209,117). Sum of RGB (Red+Green+Blue) = 186+209+117=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD175 is #452E8A. Grayscale: #BFBFBF. Windows color (decimal): -4533899 or 7721402. OLE color: 7721402.
HSL color Cylindrical-coordinate representation of color #BAD175: hue angle of 75º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAD175 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 117 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.18 |
| HSL | 75º | 0.5% | 0.64% | - |
| HSV(B) | 75º | 0.44% | 0.82% | - |
| XYZ | 46.26 | 57.32 | 25.46 | - |
| YUV | 191.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 117 | 0.11 | 0 | 0.44 | 0.18 | 75 | 0.5 | 0.64 |
| Hex | BA | D1 | 75 | B | 0 | 2C | 12 | 4B | 32 | 40 |
| Octal | 272 | 321 | 165 | 13 | 0 | 54 | 22 | 113 | 62 | 100 |
| Binary | 10111010 | 11010001 | 1110101 | 1011 | 0 | 101100 | 10010 | 1001011 | 110010 | 1000000 |
Color Harmonies of #BAD175
Complementary color
Monochromatic Colors of #BAD175
Black with #BAD175
Text Example
Text Example
White with #BAD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD175; }
p { color: rgb(186,209,117); }
H1.HeaderClassName
{
color: #BAD175;
}
.AnyTagClassName
{
color: #BAD175;
}
</style>
background-color css
<style>
a { background-color: #BAD175; }
a { background-color: rgb(186,209,117); }
div.DivClassName
{
background-color: #BAD175;
}
.BgClassName
{
background-color: #BAD175;
}
</style>
border-color css
<style>
span { border-color: #BAD175; }
span { border-color: rgb(186,209,117); }
td.TdClassName
{
border-color: #BAD175;
}
.TagClassName
{
border-color: #BAD175;
}
</style>