Shades of Caper #ACC777
Tints of Caper #ACC777
RGB
CMYK
RGB Variations
Color information
#ACC777 (or 0xACC777) is known color: Caper. HEX triplet: AC, C7 and 77. RGB value is (172,199,119). Sum of RGB (Red+Green+Blue) = 172+199+119=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC777 is #533888. Grayscale: #B6B6B6. Windows color (decimal): -5453961 or 7849900. OLE color: 7849900.
HSL color Cylindrical-coordinate representation of color #ACC777: hue angle of 80.25º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACC777 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 119 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.22 |
| HSL | 80.25º | 0.42% | 0.62% | - |
| HSV(B) | 80.25º | 0.4% | 0.78% | - |
| XYZ | 40.77 | 50.95 | 25.14 | - |
| YUV | 181.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 119 | 0.14 | 0 | 0.40 | 0.22 | 80.25 | 0.42 | 0.62 |
| Hex | AC | C7 | 77 | E | 0 | 28 | 16 | 50 | 2A | 3E |
| Octal | 254 | 307 | 167 | 16 | 0 | 50 | 26 | 120 | 52 | 76 |
| Binary | 10101100 | 11000111 | 1110111 | 1110 | 0 | 101000 | 10110 | 1010000 | 101010 | 111110 |
Color Harmonies of #ACC777
Complementary color
Monochromatic Colors of #ACC777
Black with #ACC777
Text Example
Text Example
White with #ACC777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC777; }
p { color: rgb(172,199,119); }
H1.HeaderClassName
{
color: #ACC777;
}
.AnyTagClassName
{
color: #ACC777;
}
</style>
background-color css
<style>
a { background-color: #ACC777; }
a { background-color: rgb(172,199,119); }
div.DivClassName
{
background-color: #ACC777;
}
.BgClassName
{
background-color: #ACC777;
}
</style>
border-color css
<style>
span { border-color: #ACC777; }
span { border-color: rgb(172,199,119); }
td.TdClassName
{
border-color: #ACC777;
}
.TagClassName
{
border-color: #ACC777;
}
</style>