Shades of Caper #BACD77
Tints of Caper #BACD77
RGB
CMYK
RGB Variations
Color information
#BACD77 (or 0xBACD77) is known color: Caper. HEX triplet: BA, CD and 77. RGB value is (186,205,119). Sum of RGB (Red+Green+Blue) = 186+205+119=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD77 is #453288. Grayscale: #BDBDBD. Windows color (decimal): -4534921 or 7851450. OLE color: 7851450.
HSL color Cylindrical-coordinate representation of color #BACD77: hue angle of 73.26º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BACD77 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 119 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.20 |
| HSL | 73.26º | 0.46% | 0.64% | - |
| HSV(B) | 73.26º | 0.42% | 0.8% | - |
| XYZ | 45.41 | 55.43 | 25.76 | - |
| YUV | 189.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 119 | 0.09 | 0 | 0.42 | 0.20 | 73.26 | 0.46 | 0.64 |
| Hex | BA | CD | 77 | 9 | 0 | 2A | 14 | 49 | 2E | 40 |
| Octal | 272 | 315 | 167 | 11 | 0 | 52 | 24 | 111 | 56 | 100 |
| Binary | 10111010 | 11001101 | 1110111 | 1001 | 0 | 101010 | 10100 | 1001001 | 101110 | 1000000 |
Color Harmonies of #BACD77
Complementary color
Monochromatic Colors of #BACD77
Black with #BACD77
Text Example
Text Example
White with #BACD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD77; }
p { color: rgb(186,205,119); }
H1.HeaderClassName
{
color: #BACD77;
}
.AnyTagClassName
{
color: #BACD77;
}
</style>
background-color css
<style>
a { background-color: #BACD77; }
a { background-color: rgb(186,205,119); }
div.DivClassName
{
background-color: #BACD77;
}
.BgClassName
{
background-color: #BACD77;
}
</style>
border-color css
<style>
span { border-color: #BACD77; }
span { border-color: rgb(186,205,119); }
td.TdClassName
{
border-color: #BACD77;
}
.TagClassName
{
border-color: #BACD77;
}
</style>