Shades of Caper #ACBB7B
Tints of Caper #ACBB7B
RGB
CMYK
RGB Variations
Color information
#ACBB7B (or 0xACBB7B) is known color: Caper. HEX triplet: AC, BB and 7B. RGB value is (172,187,123). Sum of RGB (Red+Green+Blue) = 172+187+123=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBB7B is #534484. Grayscale: #AFAFAF. Windows color (decimal): -5457029 or 8108972. OLE color: 8108972.
HSL color Cylindrical-coordinate representation of color #ACBB7B: hue angle of 74.06º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACBB7B is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 187 | 123 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.27 |
| HSL | 74.06º | 0.32% | 0.61% | - |
| HSV(B) | 74.06º | 0.34% | 0.73% | - |
| XYZ | 38.36 | 45.74 | 25.55 | - |
| YUV | 175.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 123 | 0.08 | 0 | 0.34 | 0.27 | 74.06 | 0.32 | 0.61 |
| Hex | AC | BB | 7B | 8 | 0 | 22 | 1B | 4A | 20 | 3D |
| Octal | 254 | 273 | 173 | 10 | 0 | 42 | 33 | 112 | 40 | 75 |
| Binary | 10101100 | 10111011 | 1111011 | 1000 | 0 | 100010 | 11011 | 1001010 | 100000 | 111101 |
Color Harmonies of #ACBB7B
Complementary color
Monochromatic Colors of #ACBB7B
Black with #ACBB7B
Text Example
Text Example
White with #ACBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBB7B; }
p { color: rgb(172,187,123); }
H1.HeaderClassName
{
color: #ACBB7B;
}
.AnyTagClassName
{
color: #ACBB7B;
}
</style>
background-color css
<style>
a { background-color: #ACBB7B; }
a { background-color: rgb(172,187,123); }
div.DivClassName
{
background-color: #ACBB7B;
}
.BgClassName
{
background-color: #ACBB7B;
}
</style>
border-color css
<style>
span { border-color: #ACBB7B; }
span { border-color: rgb(172,187,123); }
td.TdClassName
{
border-color: #ACBB7B;
}
.TagClassName
{
border-color: #ACBB7B;
}
</style>