Shades of Caper #ABC269
Tints of Caper #ABC269
RGB
CMYK
RGB Variations
Color information
#ABC269 (or 0xABC269) is known color: Caper. HEX triplet: AB, C2 and 69. RGB value is (171,194,105). Sum of RGB (Red+Green+Blue) = 171+194+105=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC269 is #543D96. Grayscale: #B1B1B1. Windows color (decimal): -5520791 or 6931115. OLE color: 6931115.
HSL color Cylindrical-coordinate representation of color #ABC269: hue angle of 75.51º degrees, saturation: 0.42, 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 #ABC269 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 105 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.24 |
| HSL | 75.51º | 0.42% | 0.59% | - |
| HSV(B) | 75.51º | 0.46% | 0.76% | - |
| XYZ | 38.64 | 48.26 | 20.64 | - |
| YUV | 176.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 105 | 0.12 | 0 | 0.46 | 0.24 | 75.51 | 0.42 | 0.59 |
| Hex | AB | C2 | 69 | C | 0 | 2E | 18 | 4C | 2A | 3B |
| Octal | 253 | 302 | 151 | 14 | 0 | 56 | 30 | 114 | 52 | 73 |
| Binary | 10101011 | 11000010 | 1101001 | 1100 | 0 | 101110 | 11000 | 1001100 | 101010 | 111011 |
Color Harmonies of #ABC269
Complementary color
Monochromatic Colors of #ABC269
Black with #ABC269
Text Example
Text Example
White with #ABC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC269; }
p { color: rgb(171,194,105); }
H1.HeaderClassName
{
color: #ABC269;
}
.AnyTagClassName
{
color: #ABC269;
}
</style>
background-color css
<style>
a { background-color: #ABC269; }
a { background-color: rgb(171,194,105); }
div.DivClassName
{
background-color: #ABC269;
}
.BgClassName
{
background-color: #ABC269;
}
</style>
border-color css
<style>
span { border-color: #ABC269; }
span { border-color: rgb(171,194,105); }
td.TdClassName
{
border-color: #ABC269;
}
.TagClassName
{
border-color: #ABC269;
}
</style>