Shades of Caper #BACA83
Tints of Caper #BACA83
RGB
CMYK
RGB Variations
Color information
#BACA83 (or 0xBACA83) is known color: Caper. HEX triplet: BA, CA and 83. RGB value is (186,202,131). Sum of RGB (Red+Green+Blue) = 186+202+131=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA83 is #45357C. Grayscale: #BDBDBD. Windows color (decimal): -4535677 or 8637114. OLE color: 8637114.
HSL color Cylindrical-coordinate representation of color #BACA83: hue angle of 73.52º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BACA83 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 131 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.21 |
| HSL | 73.52º | 0.4% | 0.65% | - |
| HSV(B) | 73.52º | 0.35% | 0.79% | - |
| XYZ | 45.47 | 54.32 | 29.56 | - |
| YUV | 189.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 131 | 0.08 | 0 | 0.35 | 0.21 | 73.52 | 0.4 | 0.65 |
| Hex | BA | CA | 83 | 8 | 0 | 23 | 15 | 4A | 28 | 41 |
| Octal | 272 | 312 | 203 | 10 | 0 | 43 | 25 | 112 | 50 | 101 |
| Binary | 10111010 | 11001010 | 10000011 | 1000 | 0 | 100011 | 10101 | 1001010 | 101000 | 1000001 |
Color Harmonies of #BACA83
Complementary color
Monochromatic Colors of #BACA83
Black with #BACA83
Text Example
Text Example
White with #BACA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA83; }
p { color: rgb(186,202,131); }
H1.HeaderClassName
{
color: #BACA83;
}
.AnyTagClassName
{
color: #BACA83;
}
</style>
background-color css
<style>
a { background-color: #BACA83; }
a { background-color: rgb(186,202,131); }
div.DivClassName
{
background-color: #BACA83;
}
.BgClassName
{
background-color: #BACA83;
}
</style>
border-color css
<style>
span { border-color: #BACA83; }
span { border-color: rgb(186,202,131); }
td.TdClassName
{
border-color: #BACA83;
}
.TagClassName
{
border-color: #BACA83;
}
</style>