Shades of Caper #ABCD69
Tints of Caper #ABCD69
RGB
CMYK
RGB Variations
Color information
#ABCD69 (or 0xABCD69) is known color: Caper. HEX triplet: AB, CD and 69. RGB value is (171,205,105). Sum of RGB (Red+Green+Blue) = 171+205+105=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD69 is #543296. Grayscale: #B7B7B7. Windows color (decimal): -5517975 or 6933931. OLE color: 6933931.
HSL color Cylindrical-coordinate representation of color #ABCD69: hue angle of 80.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABCD69 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 105 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.20 |
| HSL | 80.4º | 0.5% | 0.61% | - |
| HSV(B) | 80.4º | 0.49% | 0.8% | - |
| XYZ | 41.18 | 53.34 | 21.49 | - |
| YUV | 183.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 105 | 0.17 | 0 | 0.49 | 0.20 | 80.4 | 0.5 | 0.61 |
| Hex | AB | CD | 69 | 11 | 0 | 31 | 14 | 50 | 32 | 3D |
| Octal | 253 | 315 | 151 | 21 | 0 | 61 | 24 | 120 | 62 | 75 |
| Binary | 10101011 | 11001101 | 1101001 | 10001 | 0 | 110001 | 10100 | 1010000 | 110010 | 111101 |
Color Harmonies of #ABCD69
Complementary color
Monochromatic Colors of #ABCD69
Black with #ABCD69
Text Example
Text Example
White with #ABCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD69; }
p { color: rgb(171,205,105); }
H1.HeaderClassName
{
color: #ABCD69;
}
.AnyTagClassName
{
color: #ABCD69;
}
</style>
background-color css
<style>
a { background-color: #ABCD69; }
a { background-color: rgb(171,205,105); }
div.DivClassName
{
background-color: #ABCD69;
}
.BgClassName
{
background-color: #ABCD69;
}
</style>
border-color css
<style>
span { border-color: #ABCD69; }
span { border-color: rgb(171,205,105); }
td.TdClassName
{
border-color: #ABCD69;
}
.TagClassName
{
border-color: #ABCD69;
}
</style>