Shades of Caper #ACC07D
Tints of Caper #ACC07D
RGB
CMYK
RGB Variations
Color information
#ACC07D (or 0xACC07D) is known color: Caper. HEX triplet: AC, C0 and 7D. RGB value is (172,192,125). Sum of RGB (Red+Green+Blue) = 172+192+125=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC07D is #533F82. Grayscale: #B2B2B2. Windows color (decimal): -5455747 or 8241324. OLE color: 8241324.
HSL color Cylindrical-coordinate representation of color #ACC07D: hue angle of 77.91º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACC07D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 192 | 125 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.25 |
| HSL | 77.91º | 0.35% | 0.62% | - |
| HSV(B) | 77.91º | 0.35% | 0.75% | - |
| XYZ | 39.56 | 47.95 | 26.57 | - |
| YUV | 178.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 192 | 125 | 0.10 | 0 | 0.35 | 0.25 | 77.91 | 0.35 | 0.62 |
| Hex | AC | C0 | 7D | A | 0 | 23 | 19 | 4E | 23 | 3E |
| Octal | 254 | 300 | 175 | 12 | 0 | 43 | 31 | 116 | 43 | 76 |
| Binary | 10101100 | 11000000 | 1111101 | 1010 | 0 | 100011 | 11001 | 1001110 | 100011 | 111110 |
Color Harmonies of #ACC07D
Complementary color
Monochromatic Colors of #ACC07D
Black with #ACC07D
Text Example
Text Example
White with #ACC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC07D; }
p { color: rgb(172,192,125); }
H1.HeaderClassName
{
color: #ACC07D;
}
.AnyTagClassName
{
color: #ACC07D;
}
</style>
background-color css
<style>
a { background-color: #ACC07D; }
a { background-color: rgb(172,192,125); }
div.DivClassName
{
background-color: #ACC07D;
}
.BgClassName
{
background-color: #ACC07D;
}
</style>
border-color css
<style>
span { border-color: #ACC07D; }
span { border-color: rgb(172,192,125); }
td.TdClassName
{
border-color: #ACC07D;
}
.TagClassName
{
border-color: #ACC07D;
}
</style>