Shades of Caper #ABBD7C
Tints of Caper #ABBD7C
RGB
CMYK
RGB Variations
Color information
#ABBD7C (or 0xABBD7C) is known color: Caper. HEX triplet: AB, BD and 7C. RGB value is (171,189,124). Sum of RGB (Red+Green+Blue) = 171+189+124=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD7C is #544283. Grayscale: #B0B0B0. Windows color (decimal): -5522052 or 8175019. OLE color: 8175019.
HSL color Cylindrical-coordinate representation of color #ABBD7C: hue angle of 76.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABBD7C is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 124 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.26 |
| HSL | 76.62º | 0.33% | 0.61% | - |
| HSV(B) | 76.62º | 0.34% | 0.74% | - |
| XYZ | 38.63 | 46.51 | 26.01 | - |
| YUV | 176.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 124 | 0.10 | 0 | 0.34 | 0.26 | 76.62 | 0.33 | 0.61 |
| Hex | AB | BD | 7C | A | 0 | 22 | 1A | 4D | 21 | 3D |
| Octal | 253 | 275 | 174 | 12 | 0 | 42 | 32 | 115 | 41 | 75 |
| Binary | 10101011 | 10111101 | 1111100 | 1010 | 0 | 100010 | 11010 | 1001101 | 100001 | 111101 |
Color Harmonies of #ABBD7C
Complementary color
Monochromatic Colors of #ABBD7C
Black with #ABBD7C
Text Example
Text Example
White with #ABBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD7C; }
p { color: rgb(171,189,124); }
H1.HeaderClassName
{
color: #ABBD7C;
}
.AnyTagClassName
{
color: #ABBD7C;
}
</style>
background-color css
<style>
a { background-color: #ABBD7C; }
a { background-color: rgb(171,189,124); }
div.DivClassName
{
background-color: #ABBD7C;
}
.BgClassName
{
background-color: #ABBD7C;
}
</style>
border-color css
<style>
span { border-color: #ABBD7C; }
span { border-color: rgb(171,189,124); }
td.TdClassName
{
border-color: #ABBD7C;
}
.TagClassName
{
border-color: #ABBD7C;
}
</style>