Shades of Caper #ABBD7F
Tints of Caper #ABBD7F
RGB
CMYK
RGB Variations
Color information
#ABBD7F (or 0xABBD7F) is known color: Caper. HEX triplet: AB, BD and 7F. RGB value is (171,189,127). Sum of RGB (Red+Green+Blue) = 171+189+127=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD7F is #544280. Grayscale: #B0B0B0. Windows color (decimal): -5522049 or 8371627. OLE color: 8371627.
HSL color Cylindrical-coordinate representation of color #ABBD7F: hue angle of 77.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABBD7F is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 127 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.26 |
| HSL | 77.42º | 0.32% | 0.62% | - |
| HSV(B) | 77.42º | 0.33% | 0.74% | - |
| XYZ | 38.82 | 46.59 | 27.02 | - |
| YUV | 176.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 127 | 0.10 | 0 | 0.33 | 0.26 | 77.42 | 0.32 | 0.62 |
| Hex | AB | BD | 7F | A | 0 | 21 | 1A | 4D | 20 | 3E |
| Octal | 253 | 275 | 177 | 12 | 0 | 41 | 32 | 115 | 40 | 76 |
| Binary | 10101011 | 10111101 | 1111111 | 1010 | 0 | 100001 | 11010 | 1001101 | 100000 | 111110 |
Color Harmonies of #ABBD7F
Complementary color
Monochromatic Colors of #ABBD7F
Black with #ABBD7F
Text Example
Text Example
White with #ABBD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD7F; }
p { color: rgb(171,189,127); }
H1.HeaderClassName
{
color: #ABBD7F;
}
.AnyTagClassName
{
color: #ABBD7F;
}
</style>
background-color css
<style>
a { background-color: #ABBD7F; }
a { background-color: rgb(171,189,127); }
div.DivClassName
{
background-color: #ABBD7F;
}
.BgClassName
{
background-color: #ABBD7F;
}
</style>
border-color css
<style>
span { border-color: #ABBD7F; }
span { border-color: rgb(171,189,127); }
td.TdClassName
{
border-color: #ABBD7F;
}
.TagClassName
{
border-color: #ABBD7F;
}
</style>