Shades of Wild Willow #ABCC67
Tints of Wild Willow #ABCC67
RGB
CMYK
RGB Variations
Color information
#ABCC67 (or 0xABCC67) is known color: Wild Willow. HEX triplet: AB, CC and 67. RGB value is (171,204,103). Sum of RGB (Red+Green+Blue) = 171+204+103=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC67 is #543398. Grayscale: #B6B6B6. Windows color (decimal): -5518233 or 6802603. OLE color: 6802603.
HSL color Cylindrical-coordinate representation of color #ABCC67: hue angle of 79.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABCC67 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 103 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.2 |
| HSL | 79.6º | 0.5% | 0.6% | - |
| HSV(B) | 79.6º | 0.5% | 0.8% | - |
| XYZ | 40.84 | 52.82 | 20.88 | - |
| YUV | 182.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 103 | 0.16 | 0 | 0.50 | 0.2 | 79.6 | 0.5 | 0.6 |
| Hex | AB | CC | 67 | 10 | 0 | 32 | 14 | 50 | 32 | 3C |
| Octal | 253 | 314 | 147 | 20 | 0 | 62 | 24 | 120 | 62 | 74 |
| Binary | 10101011 | 11001100 | 1100111 | 10000 | 0 | 110010 | 10100 | 1010000 | 110010 | 111100 |
Color Harmonies of #ABCC67
Complementary color
Monochromatic Colors of #ABCC67
Black with #ABCC67
Text Example
Text Example
White with #ABCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC67; }
p { color: rgb(171,204,103); }
H1.HeaderClassName
{
color: #ABCC67;
}
.AnyTagClassName
{
color: #ABCC67;
}
</style>
background-color css
<style>
a { background-color: #ABCC67; }
a { background-color: rgb(171,204,103); }
div.DivClassName
{
background-color: #ABCC67;
}
.BgClassName
{
background-color: #ABCC67;
}
</style>
border-color css
<style>
span { border-color: #ABCC67; }
span { border-color: rgb(171,204,103); }
td.TdClassName
{
border-color: #ABCC67;
}
.TagClassName
{
border-color: #ABCC67;
}
</style>