Shades of Caper #BACD7C
Tints of Caper #BACD7C
RGB
CMYK
RGB Variations
Color information
#BACD7C (or 0xBACD7C) is known color: Caper. HEX triplet: BA, CD and 7C. RGB value is (186,205,124). Sum of RGB (Red+Green+Blue) = 186+205+124=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD7C is #453283. Grayscale: #BEBEBE. Windows color (decimal): -4534916 or 8179130. OLE color: 8179130.
HSL color Cylindrical-coordinate representation of color #BACD7C: hue angle of 74.07º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BACD7C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 124 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.20 |
| HSL | 74.07º | 0.45% | 0.65% | - |
| HSV(B) | 74.07º | 0.4% | 0.8% | - |
| XYZ | 45.72 | 55.56 | 27.38 | - |
| YUV | 190.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 124 | 0.09 | 0 | 0.40 | 0.20 | 74.07 | 0.45 | 0.65 |
| Hex | BA | CD | 7C | 9 | 0 | 28 | 14 | 4A | 2D | 41 |
| Octal | 272 | 315 | 174 | 11 | 0 | 50 | 24 | 112 | 55 | 101 |
| Binary | 10111010 | 11001101 | 1111100 | 1001 | 0 | 101000 | 10100 | 1001010 | 101101 | 1000001 |
Color Harmonies of #BACD7C
Complementary color
Monochromatic Colors of #BACD7C
Black with #BACD7C
Text Example
Text Example
White with #BACD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD7C; }
p { color: rgb(186,205,124); }
H1.HeaderClassName
{
color: #BACD7C;
}
.AnyTagClassName
{
color: #BACD7C;
}
</style>
background-color css
<style>
a { background-color: #BACD7C; }
a { background-color: rgb(186,205,124); }
div.DivClassName
{
background-color: #BACD7C;
}
.BgClassName
{
background-color: #BACD7C;
}
</style>
border-color css
<style>
span { border-color: #BACD7C; }
span { border-color: rgb(186,205,124); }
td.TdClassName
{
border-color: #BACD7C;
}
.TagClassName
{
border-color: #BACD7C;
}
</style>