Shades of Caper #BACB7E
Tints of Caper #BACB7E
RGB
CMYK
RGB Variations
Color information
#BACB7E (or 0xBACB7E) is known color: Caper. HEX triplet: BA, CB and 7E. RGB value is (186,203,126). Sum of RGB (Red+Green+Blue) = 186+203+126=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB7E is #453481. Grayscale: #BDBDBD. Windows color (decimal): -4535426 or 8309690. OLE color: 8309690.
HSL color Cylindrical-coordinate representation of color #BACB7E: hue angle of 73.25º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BACB7E is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 126 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.20 |
| HSL | 73.25º | 0.43% | 0.65% | - |
| HSV(B) | 73.25º | 0.38% | 0.8% | - |
| XYZ | 45.37 | 54.66 | 27.9 | - |
| YUV | 189.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 126 | 0.08 | 0 | 0.38 | 0.20 | 73.25 | 0.43 | 0.65 |
| Hex | BA | CB | 7E | 8 | 0 | 26 | 14 | 49 | 2B | 41 |
| Octal | 272 | 313 | 176 | 10 | 0 | 46 | 24 | 111 | 53 | 101 |
| Binary | 10111010 | 11001011 | 1111110 | 1000 | 0 | 100110 | 10100 | 1001001 | 101011 | 1000001 |
Color Harmonies of #BACB7E
Complementary color
Monochromatic Colors of #BACB7E
Black with #BACB7E
Text Example
Text Example
White with #BACB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB7E; }
p { color: rgb(186,203,126); }
H1.HeaderClassName
{
color: #BACB7E;
}
.AnyTagClassName
{
color: #BACB7E;
}
</style>
background-color css
<style>
a { background-color: #BACB7E; }
a { background-color: rgb(186,203,126); }
div.DivClassName
{
background-color: #BACB7E;
}
.BgClassName
{
background-color: #BACB7E;
}
</style>
border-color css
<style>
span { border-color: #BACB7E; }
span { border-color: rgb(186,203,126); }
td.TdClassName
{
border-color: #BACB7E;
}
.TagClassName
{
border-color: #BACB7E;
}
</style>