Shades of Caper #BACB7B
Tints of Caper #BACB7B
RGB
CMYK
RGB Variations
Color information
#BACB7B (or 0xBACB7B) is known color: Caper. HEX triplet: BA, CB and 7B. RGB value is (186,203,123). Sum of RGB (Red+Green+Blue) = 186+203+123=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB7B is #453484. Grayscale: #BDBDBD. Windows color (decimal): -4535429 or 8113082. OLE color: 8113082.
HSL color Cylindrical-coordinate representation of color #BACB7B: hue angle of 72.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BACB7B is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 123 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.20 |
| HSL | 72.75º | 0.43% | 0.64% | - |
| HSV(B) | 72.75º | 0.39% | 0.8% | - |
| XYZ | 45.18 | 54.58 | 26.89 | - |
| YUV | 188.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 123 | 0.08 | 0 | 0.39 | 0.20 | 72.75 | 0.43 | 0.64 |
| Hex | BA | CB | 7B | 8 | 0 | 27 | 14 | 49 | 2B | 40 |
| Octal | 272 | 313 | 173 | 10 | 0 | 47 | 24 | 111 | 53 | 100 |
| Binary | 10111010 | 11001011 | 1111011 | 1000 | 0 | 100111 | 10100 | 1001001 | 101011 | 1000000 |
Color Harmonies of #BACB7B
Complementary color
Monochromatic Colors of #BACB7B
Black with #BACB7B
Text Example
Text Example
White with #BACB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB7B; }
p { color: rgb(186,203,123); }
H1.HeaderClassName
{
color: #BACB7B;
}
.AnyTagClassName
{
color: #BACB7B;
}
</style>
background-color css
<style>
a { background-color: #BACB7B; }
a { background-color: rgb(186,203,123); }
div.DivClassName
{
background-color: #BACB7B;
}
.BgClassName
{
background-color: #BACB7B;
}
</style>
border-color css
<style>
span { border-color: #BACB7B; }
span { border-color: rgb(186,203,123); }
td.TdClassName
{
border-color: #BACB7B;
}
.TagClassName
{
border-color: #BACB7B;
}
</style>