Shades of Caper #ACCB7A
Tints of Caper #ACCB7A
RGB
CMYK
RGB Variations
Color information
#ACCB7A (or 0xACCB7A) is known color: Caper. HEX triplet: AC, CB and 7A. RGB value is (172,203,122). Sum of RGB (Red+Green+Blue) = 172+203+122=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB7A is #533485. Grayscale: #B8B8B8. Windows color (decimal): -5452934 or 8047532. OLE color: 8047532.
HSL color Cylindrical-coordinate representation of color #ACCB7A: hue angle of 82.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACCB7A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 122 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.20 |
| HSL | 82.96º | 0.44% | 0.64% | - |
| HSV(B) | 82.96º | 0.4% | 0.8% | - |
| XYZ | 41.88 | 52.89 | 26.41 | - |
| YUV | 184.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 122 | 0.15 | 0 | 0.40 | 0.20 | 82.96 | 0.44 | 0.64 |
| Hex | AC | CB | 7A | F | 0 | 28 | 14 | 53 | 2C | 40 |
| Octal | 254 | 313 | 172 | 17 | 0 | 50 | 24 | 123 | 54 | 100 |
| Binary | 10101100 | 11001011 | 1111010 | 1111 | 0 | 101000 | 10100 | 1010011 | 101100 | 1000000 |
Color Harmonies of #ACCB7A
Complementary color
Monochromatic Colors of #ACCB7A
Black with #ACCB7A
Text Example
Text Example
White with #ACCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB7A; }
p { color: rgb(172,203,122); }
H1.HeaderClassName
{
color: #ACCB7A;
}
.AnyTagClassName
{
color: #ACCB7A;
}
</style>
background-color css
<style>
a { background-color: #ACCB7A; }
a { background-color: rgb(172,203,122); }
div.DivClassName
{
background-color: #ACCB7A;
}
.BgClassName
{
background-color: #ACCB7A;
}
</style>
border-color css
<style>
span { border-color: #ACCB7A; }
span { border-color: rgb(172,203,122); }
td.TdClassName
{
border-color: #ACCB7A;
}
.TagClassName
{
border-color: #ACCB7A;
}
</style>