Shades of Caper #ACCB7B
Tints of Caper #ACCB7B
RGB
CMYK
RGB Variations
Color information
#ACCB7B (or 0xACCB7B) is known color: Caper. HEX triplet: AC, CB and 7B. RGB value is (172,203,123). Sum of RGB (Red+Green+Blue) = 172+203+123=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB7B is #533484. Grayscale: #B8B8B8. Windows color (decimal): -5452933 or 8113068. OLE color: 8113068.
HSL color Cylindrical-coordinate representation of color #ACCB7B: hue angle of 83.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACCB7B is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 123 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.20 |
| HSL | 83.25º | 0.43% | 0.64% | - |
| HSV(B) | 83.25º | 0.39% | 0.8% | - |
| XYZ | 41.94 | 52.91 | 26.74 | - |
| YUV | 184.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 123 | 0.15 | 0 | 0.39 | 0.20 | 83.25 | 0.43 | 0.64 |
| Hex | AC | CB | 7B | F | 0 | 27 | 14 | 53 | 2B | 40 |
| Octal | 254 | 313 | 173 | 17 | 0 | 47 | 24 | 123 | 53 | 100 |
| Binary | 10101100 | 11001011 | 1111011 | 1111 | 0 | 100111 | 10100 | 1010011 | 101011 | 1000000 |
Color Harmonies of #ACCB7B
Complementary color
Monochromatic Colors of #ACCB7B
Black with #ACCB7B
Text Example
Text Example
White with #ACCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB7B; }
p { color: rgb(172,203,123); }
H1.HeaderClassName
{
color: #ACCB7B;
}
.AnyTagClassName
{
color: #ACCB7B;
}
</style>
background-color css
<style>
a { background-color: #ACCB7B; }
a { background-color: rgb(172,203,123); }
div.DivClassName
{
background-color: #ACCB7B;
}
.BgClassName
{
background-color: #ACCB7B;
}
</style>
border-color css
<style>
span { border-color: #ACCB7B; }
span { border-color: rgb(172,203,123); }
td.TdClassName
{
border-color: #ACCB7B;
}
.TagClassName
{
border-color: #ACCB7B;
}
</style>