Shades of Caper #ACBE7D
Tints of Caper #ACBE7D
RGB
CMYK
RGB Variations
Color information
#ACBE7D (or 0xACBE7D) is known color: Caper. HEX triplet: AC, BE and 7D. RGB value is (172,190,125). Sum of RGB (Red+Green+Blue) = 172+190+125=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBE7D is #534182. Grayscale: #B1B1B1. Windows color (decimal): -5456259 or 8240812. OLE color: 8240812.
HSL color Cylindrical-coordinate representation of color #ACBE7D: hue angle of 76.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACBE7D is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 190 | 125 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.25 |
| HSL | 76.62º | 0.33% | 0.62% | - |
| HSV(B) | 76.62º | 0.34% | 0.75% | - |
| XYZ | 39.13 | 47.08 | 26.43 | - |
| YUV | 177.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 190 | 125 | 0.09 | 0 | 0.34 | 0.25 | 76.62 | 0.33 | 0.62 |
| Hex | AC | BE | 7D | 9 | 0 | 22 | 19 | 4D | 21 | 3E |
| Octal | 254 | 276 | 175 | 11 | 0 | 42 | 31 | 115 | 41 | 76 |
| Binary | 10101100 | 10111110 | 1111101 | 1001 | 0 | 100010 | 11001 | 1001101 | 100001 | 111110 |
Color Harmonies of #ACBE7D
Complementary color
Monochromatic Colors of #ACBE7D
Black with #ACBE7D
Text Example
Text Example
White with #ACBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBE7D; }
p { color: rgb(172,190,125); }
H1.HeaderClassName
{
color: #ACBE7D;
}
.AnyTagClassName
{
color: #ACBE7D;
}
</style>
background-color css
<style>
a { background-color: #ACBE7D; }
a { background-color: rgb(172,190,125); }
div.DivClassName
{
background-color: #ACBE7D;
}
.BgClassName
{
background-color: #ACBE7D;
}
</style>
border-color css
<style>
span { border-color: #ACBE7D; }
span { border-color: rgb(172,190,125); }
td.TdClassName
{
border-color: #ACBE7D;
}
.TagClassName
{
border-color: #ACBE7D;
}
</style>