Shades of Caper #BAC68A
Tints of Caper #BAC68A
RGB
CMYK
RGB Variations
Color information
#BAC68A (or 0xBAC68A) is known color: Caper. HEX triplet: BA, C6 and 8A. RGB value is (186,198,138). Sum of RGB (Red+Green+Blue) = 186+198+138=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC68A is #453975. Grayscale: #BBBBBB. Windows color (decimal): -4536694 or 9094842. OLE color: 9094842.
HSL color Cylindrical-coordinate representation of color #BAC68A: hue angle of 72º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC68A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 138 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.22 |
| HSL | 72º | 0.34% | 0.66% | - |
| HSV(B) | 72º | 0.3% | 0.78% | - |
| XYZ | 45.03 | 52.66 | 31.84 | - |
| YUV | 187.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 138 | 0.06 | 0 | 0.30 | 0.22 | 72 | 0.34 | 0.66 |
| Hex | BA | C6 | 8A | 6 | 0 | 1E | 16 | 48 | 22 | 42 |
| Octal | 272 | 306 | 212 | 6 | 0 | 36 | 26 | 110 | 42 | 102 |
| Binary | 10111010 | 11000110 | 10001010 | 110 | 0 | 11110 | 10110 | 1001000 | 100010 | 1000010 |
Color Harmonies of #BAC68A
Complementary color
Monochromatic Colors of #BAC68A
Black with #BAC68A
Text Example
Text Example
White with #BAC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC68A; }
p { color: rgb(186,198,138); }
H1.HeaderClassName
{
color: #BAC68A;
}
.AnyTagClassName
{
color: #BAC68A;
}
</style>
background-color css
<style>
a { background-color: #BAC68A; }
a { background-color: rgb(186,198,138); }
div.DivClassName
{
background-color: #BAC68A;
}
.BgClassName
{
background-color: #BAC68A;
}
</style>
border-color css
<style>
span { border-color: #BAC68A; }
span { border-color: rgb(186,198,138); }
td.TdClassName
{
border-color: #BAC68A;
}
.TagClassName
{
border-color: #BAC68A;
}
</style>