Shades of Caper #ABCD7B
Tints of Caper #ABCD7B
RGB
CMYK
RGB Variations
Color information
#ABCD7B (or 0xABCD7B) is known color: Caper. HEX triplet: AB, CD and 7B. RGB value is (171,205,123). Sum of RGB (Red+Green+Blue) = 171+205+123=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD7B is #543284. Grayscale: #B9B9B9. Windows color (decimal): -5517957 or 8113579. OLE color: 8113579.
HSL color Cylindrical-coordinate representation of color #ABCD7B: hue angle of 84.88º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABCD7B is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 123 | - |
| CMYK | 0.17 | 0 | 0.4 | 0.20 |
| HSL | 84.88º | 0.45% | 0.64% | - |
| HSV(B) | 84.88º | 0.4% | 0.8% | - |
| XYZ | 42.2 | 53.75 | 26.89 | - |
| YUV | 185.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 123 | 0.17 | 0 | 0.4 | 0.20 | 84.88 | 0.45 | 0.64 |
| Hex | AB | CD | 7B | 11 | 0 | 28 | 14 | 55 | 2D | 40 |
| Octal | 253 | 315 | 173 | 21 | 0 | 50 | 24 | 125 | 55 | 100 |
| Binary | 10101011 | 11001101 | 1111011 | 10001 | 0 | 101000 | 10100 | 1010101 | 101101 | 1000000 |
Color Harmonies of #ABCD7B
Complementary color
Monochromatic Colors of #ABCD7B
Black with #ABCD7B
Text Example
Text Example
White with #ABCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD7B; }
p { color: rgb(171,205,123); }
H1.HeaderClassName
{
color: #ABCD7B;
}
.AnyTagClassName
{
color: #ABCD7B;
}
</style>
background-color css
<style>
a { background-color: #ABCD7B; }
a { background-color: rgb(171,205,123); }
div.DivClassName
{
background-color: #ABCD7B;
}
.BgClassName
{
background-color: #ABCD7B;
}
</style>
border-color css
<style>
span { border-color: #ABCD7B; }
span { border-color: rgb(171,205,123); }
td.TdClassName
{
border-color: #ABCD7B;
}
.TagClassName
{
border-color: #ABCD7B;
}
</style>