Shades of Caper #ABC37B
Tints of Caper #ABC37B
RGB
CMYK
RGB Variations
Color information
#ABC37B (or 0xABC37B) is known color: Caper. HEX triplet: AB, C3 and 7B. RGB value is (171,195,123). Sum of RGB (Red+Green+Blue) = 171+195+123=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC37B is #543C84. Grayscale: #B3B3B3. Windows color (decimal): -5520517 or 8111019. OLE color: 8111019.
HSL color Cylindrical-coordinate representation of color #ABC37B: hue angle of 80º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABC37B is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 123 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.24 |
| HSL | 80º | 0.38% | 0.62% | - |
| HSV(B) | 80º | 0.37% | 0.76% | - |
| XYZ | 39.88 | 49.12 | 26.12 | - |
| YUV | 179.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 123 | 0.12 | 0 | 0.37 | 0.24 | 80 | 0.38 | 0.62 |
| Hex | AB | C3 | 7B | C | 0 | 25 | 18 | 50 | 26 | 3E |
| Octal | 253 | 303 | 173 | 14 | 0 | 45 | 30 | 120 | 46 | 76 |
| Binary | 10101011 | 11000011 | 1111011 | 1100 | 0 | 100101 | 11000 | 1010000 | 100110 | 111110 |
Color Harmonies of #ABC37B
Complementary color
Monochromatic Colors of #ABC37B
Black with #ABC37B
Text Example
Text Example
White with #ABC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC37B; }
p { color: rgb(171,195,123); }
H1.HeaderClassName
{
color: #ABC37B;
}
.AnyTagClassName
{
color: #ABC37B;
}
</style>
background-color css
<style>
a { background-color: #ABC37B; }
a { background-color: rgb(171,195,123); }
div.DivClassName
{
background-color: #ABC37B;
}
.BgClassName
{
background-color: #ABC37B;
}
</style>
border-color css
<style>
span { border-color: #ABC37B; }
span { border-color: rgb(171,195,123); }
td.TdClassName
{
border-color: #ABC37B;
}
.TagClassName
{
border-color: #ABC37B;
}
</style>