Shades of Caper #ACCB7D
Tints of Caper #ACCB7D
RGB
CMYK
RGB Variations
Color information
#ACCB7D (or 0xACCB7D) is known color: Caper. HEX triplet: AC, CB and 7D. RGB value is (172,203,125). Sum of RGB (Red+Green+Blue) = 172+203+125=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB7D is #533482. Grayscale: #B9B9B9. Windows color (decimal): -5452931 or 8244140. OLE color: 8244140.
HSL color Cylindrical-coordinate representation of color #ACCB7D: hue angle of 83.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACCB7D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 125 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.20 |
| HSL | 83.85º | 0.43% | 0.64% | - |
| HSV(B) | 83.85º | 0.38% | 0.8% | - |
| XYZ | 42.07 | 52.96 | 27.41 | - |
| YUV | 184.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 125 | 0.15 | 0 | 0.38 | 0.20 | 83.85 | 0.43 | 0.64 |
| Hex | AC | CB | 7D | F | 0 | 26 | 14 | 54 | 2B | 40 |
| Octal | 254 | 313 | 175 | 17 | 0 | 46 | 24 | 124 | 53 | 100 |
| Binary | 10101100 | 11001011 | 1111101 | 1111 | 0 | 100110 | 10100 | 1010100 | 101011 | 1000000 |
Color Harmonies of #ACCB7D
Complementary color
Monochromatic Colors of #ACCB7D
Black with #ACCB7D
Text Example
Text Example
White with #ACCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB7D; }
p { color: rgb(172,203,125); }
H1.HeaderClassName
{
color: #ACCB7D;
}
.AnyTagClassName
{
color: #ACCB7D;
}
</style>
background-color css
<style>
a { background-color: #ACCB7D; }
a { background-color: rgb(172,203,125); }
div.DivClassName
{
background-color: #ACCB7D;
}
.BgClassName
{
background-color: #ACCB7D;
}
</style>
border-color css
<style>
span { border-color: #ACCB7D; }
span { border-color: rgb(172,203,125); }
td.TdClassName
{
border-color: #ACCB7D;
}
.TagClassName
{
border-color: #ACCB7D;
}
</style>