Shades of Caper #ABC369
Tints of Caper #ABC369
RGB
CMYK
RGB Variations
Color information
#ABC369 (or 0xABC369) is known color: Caper. HEX triplet: AB, C3 and 69. RGB value is (171,195,105). Sum of RGB (Red+Green+Blue) = 171+195+105=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC369 is #543C96. Grayscale: #B1B1B1. Windows color (decimal): -5520535 or 6931371. OLE color: 6931371.
HSL color Cylindrical-coordinate representation of color #ABC369: hue angle of 76º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABC369 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 105 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.24 |
| HSL | 76º | 0.43% | 0.59% | - |
| HSV(B) | 76º | 0.46% | 0.76% | - |
| XYZ | 38.86 | 48.71 | 20.72 | - |
| YUV | 177.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 105 | 0.12 | 0 | 0.46 | 0.24 | 76 | 0.43 | 0.59 |
| Hex | AB | C3 | 69 | C | 0 | 2E | 18 | 4C | 2B | 3B |
| Octal | 253 | 303 | 151 | 14 | 0 | 56 | 30 | 114 | 53 | 73 |
| Binary | 10101011 | 11000011 | 1101001 | 1100 | 0 | 101110 | 11000 | 1001100 | 101011 | 111011 |
Color Harmonies of #ABC369
Complementary color
Monochromatic Colors of #ABC369
Black with #ABC369
Text Example
Text Example
White with #ABC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC369; }
p { color: rgb(171,195,105); }
H1.HeaderClassName
{
color: #ABC369;
}
.AnyTagClassName
{
color: #ABC369;
}
</style>
background-color css
<style>
a { background-color: #ABC369; }
a { background-color: rgb(171,195,105); }
div.DivClassName
{
background-color: #ABC369;
}
.BgClassName
{
background-color: #ABC369;
}
</style>
border-color css
<style>
span { border-color: #ABC369; }
span { border-color: rgb(171,195,105); }
td.TdClassName
{
border-color: #ABC369;
}
.TagClassName
{
border-color: #ABC369;
}
</style>