Shades of Caper #ACC27D
Tints of Caper #ACC27D
RGB
CMYK
RGB Variations
Color information
#ACC27D (or 0xACC27D) is known color: Caper. HEX triplet: AC, C2 and 7D. RGB value is (172,194,125). Sum of RGB (Red+Green+Blue) = 172+194+125=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC27D is #533D82. Grayscale: #B3B3B3. Windows color (decimal): -5455235 or 8241836. OLE color: 8241836.
HSL color Cylindrical-coordinate representation of color #ACC27D: hue angle of 79.13º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACC27D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 125 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.24 |
| HSL | 79.13º | 0.36% | 0.63% | - |
| HSV(B) | 79.13º | 0.36% | 0.76% | - |
| XYZ | 40.01 | 48.83 | 26.72 | - |
| YUV | 179.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 125 | 0.11 | 0 | 0.36 | 0.24 | 79.13 | 0.36 | 0.63 |
| Hex | AC | C2 | 7D | B | 0 | 24 | 18 | 4F | 24 | 3F |
| Octal | 254 | 302 | 175 | 13 | 0 | 44 | 30 | 117 | 44 | 77 |
| Binary | 10101100 | 11000010 | 1111101 | 1011 | 0 | 100100 | 11000 | 1001111 | 100100 | 111111 |
Color Harmonies of #ACC27D
Complementary color
Monochromatic Colors of #ACC27D
Black with #ACC27D
Text Example
Text Example
White with #ACC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC27D; }
p { color: rgb(172,194,125); }
H1.HeaderClassName
{
color: #ACC27D;
}
.AnyTagClassName
{
color: #ACC27D;
}
</style>
background-color css
<style>
a { background-color: #ACC27D; }
a { background-color: rgb(172,194,125); }
div.DivClassName
{
background-color: #ACC27D;
}
.BgClassName
{
background-color: #ACC27D;
}
</style>
border-color css
<style>
span { border-color: #ACC27D; }
span { border-color: rgb(172,194,125); }
td.TdClassName
{
border-color: #ACC27D;
}
.TagClassName
{
border-color: #ACC27D;
}
</style>