Shades of Wild Willow #ABCC68
Tints of Wild Willow #ABCC68
RGB
CMYK
RGB Variations
Color information
#ABCC68 (or 0xABCC68) is known color: Wild Willow. HEX triplet: AB, CC and 68. RGB value is (171,204,104). Sum of RGB (Red+Green+Blue) = 171+204+104=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC68 is #543397. Grayscale: #B7B7B7. Windows color (decimal): -5518232 or 6868139. OLE color: 6868139.
HSL color Cylindrical-coordinate representation of color #ABCC68: hue angle of 79.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABCC68 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 104 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.2 |
| HSL | 79.8º | 0.5% | 0.6% | - |
| HSV(B) | 79.8º | 0.49% | 0.8% | - |
| XYZ | 40.89 | 52.84 | 21.14 | - |
| YUV | 182.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 104 | 0.16 | 0 | 0.49 | 0.2 | 79.8 | 0.5 | 0.6 |
| Hex | AB | CC | 68 | 10 | 0 | 31 | 14 | 50 | 32 | 3C |
| Octal | 253 | 314 | 150 | 20 | 0 | 61 | 24 | 120 | 62 | 74 |
| Binary | 10101011 | 11001100 | 1101000 | 10000 | 0 | 110001 | 10100 | 1010000 | 110010 | 111100 |
Color Harmonies of #ABCC68
Complementary color
Monochromatic Colors of #ABCC68
Black with #ABCC68
Text Example
Text Example
White with #ABCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC68; }
p { color: rgb(171,204,104); }
H1.HeaderClassName
{
color: #ABCC68;
}
.AnyTagClassName
{
color: #ABCC68;
}
</style>
background-color css
<style>
a { background-color: #ABCC68; }
a { background-color: rgb(171,204,104); }
div.DivClassName
{
background-color: #ABCC68;
}
.BgClassName
{
background-color: #ABCC68;
}
</style>
border-color css
<style>
span { border-color: #ABCC68; }
span { border-color: rgb(171,204,104); }
td.TdClassName
{
border-color: #ABCC68;
}
.TagClassName
{
border-color: #ABCC68;
}
</style>