Shades of Caper #ABCB7B
Tints of Caper #ABCB7B
RGB
CMYK
RGB Variations
Color information
#ABCB7B (or 0xABCB7B) is known color: Caper. HEX triplet: AB, CB and 7B. RGB value is (171,203,123). Sum of RGB (Red+Green+Blue) = 171+203+123=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB7B is #543484. Grayscale: #B8B8B8. Windows color (decimal): -5518469 or 8113067. OLE color: 8113067.
HSL color Cylindrical-coordinate representation of color #ABCB7B: hue angle of 84º 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 #ABCB7B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 123 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.20 |
| HSL | 84º | 0.43% | 0.64% | - |
| HSV(B) | 84º | 0.39% | 0.8% | - |
| XYZ | 41.73 | 52.8 | 26.73 | - |
| YUV | 184.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 123 | 0.16 | 0 | 0.39 | 0.20 | 84 | 0.43 | 0.64 |
| Hex | AB | CB | 7B | 10 | 0 | 27 | 14 | 54 | 2B | 40 |
| Octal | 253 | 313 | 173 | 20 | 0 | 47 | 24 | 124 | 53 | 100 |
| Binary | 10101011 | 11001011 | 1111011 | 10000 | 0 | 100111 | 10100 | 1010100 | 101011 | 1000000 |
Color Harmonies of #ABCB7B
Complementary color
Monochromatic Colors of #ABCB7B
Black with #ABCB7B
Text Example
Text Example
White with #ABCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB7B; }
p { color: rgb(171,203,123); }
H1.HeaderClassName
{
color: #ABCB7B;
}
.AnyTagClassName
{
color: #ABCB7B;
}
</style>
background-color css
<style>
a { background-color: #ABCB7B; }
a { background-color: rgb(171,203,123); }
div.DivClassName
{
background-color: #ABCB7B;
}
.BgClassName
{
background-color: #ABCB7B;
}
</style>
border-color css
<style>
span { border-color: #ABCB7B; }
span { border-color: rgb(171,203,123); }
td.TdClassName
{
border-color: #ABCB7B;
}
.TagClassName
{
border-color: #ABCB7B;
}
</style>