Shades of Caper #BACC7D
Tints of Caper #BACC7D
RGB
CMYK
RGB Variations
Color information
#BACC7D (or 0xBACC7D) is known color: Caper. HEX triplet: BA, CC and 7D. RGB value is (186,204,125). Sum of RGB (Red+Green+Blue) = 186+204+125=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC7D is #453382. Grayscale: #BDBDBD. Windows color (decimal): -4535171 or 8244410. OLE color: 8244410.
HSL color Cylindrical-coordinate representation of color #BACC7D: hue angle of 73.67º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BACC7D is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 125 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.2 |
| HSL | 73.67º | 0.44% | 0.65% | - |
| HSV(B) | 73.67º | 0.39% | 0.8% | - |
| XYZ | 45.54 | 55.11 | 27.64 | - |
| YUV | 189.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 125 | 0.09 | 0 | 0.39 | 0.2 | 73.67 | 0.44 | 0.65 |
| Hex | BA | CC | 7D | 9 | 0 | 27 | 14 | 4A | 2C | 41 |
| Octal | 272 | 314 | 175 | 11 | 0 | 47 | 24 | 112 | 54 | 101 |
| Binary | 10111010 | 11001100 | 1111101 | 1001 | 0 | 100111 | 10100 | 1001010 | 101100 | 1000001 |
Color Harmonies of #BACC7D
Complementary color
Monochromatic Colors of #BACC7D
Black with #BACC7D
Text Example
Text Example
White with #BACC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC7D; }
p { color: rgb(186,204,125); }
H1.HeaderClassName
{
color: #BACC7D;
}
.AnyTagClassName
{
color: #BACC7D;
}
</style>
background-color css
<style>
a { background-color: #BACC7D; }
a { background-color: rgb(186,204,125); }
div.DivClassName
{
background-color: #BACC7D;
}
.BgClassName
{
background-color: #BACC7D;
}
</style>
border-color css
<style>
span { border-color: #BACC7D; }
span { border-color: rgb(186,204,125); }
td.TdClassName
{
border-color: #BACC7D;
}
.TagClassName
{
border-color: #BACC7D;
}
</style>