Shades of Wild Willow #ABCB68
Tints of Wild Willow #ABCB68
RGB
CMYK
RGB Variations
Color information
#ABCB68 (or 0xABCB68) is known color: Wild Willow. HEX triplet: AB, CB and 68. RGB value is (171,203,104). Sum of RGB (Red+Green+Blue) = 171+203+104=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB68 is #543497. Grayscale: #B6B6B6. Windows color (decimal): -5518488 or 6867883. OLE color: 6867883.
HSL color Cylindrical-coordinate representation of color #ABCB68: hue angle of 79.39º degrees, saturation: 0.49, 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 #ABCB68 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 104 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.20 |
| HSL | 79.39º | 0.49% | 0.6% | - |
| HSV(B) | 79.39º | 0.49% | 0.8% | - |
| XYZ | 40.65 | 52.37 | 21.06 | - |
| YUV | 182.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 104 | 0.16 | 0 | 0.49 | 0.20 | 79.39 | 0.49 | 0.6 |
| Hex | AB | CB | 68 | 10 | 0 | 31 | 14 | 4F | 31 | 3C |
| Octal | 253 | 313 | 150 | 20 | 0 | 61 | 24 | 117 | 61 | 74 |
| Binary | 10101011 | 11001011 | 1101000 | 10000 | 0 | 110001 | 10100 | 1001111 | 110001 | 111100 |
Color Harmonies of #ABCB68
Complementary color
Monochromatic Colors of #ABCB68
Black with #ABCB68
Text Example
Text Example
White with #ABCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB68; }
p { color: rgb(171,203,104); }
H1.HeaderClassName
{
color: #ABCB68;
}
.AnyTagClassName
{
color: #ABCB68;
}
</style>
background-color css
<style>
a { background-color: #ABCB68; }
a { background-color: rgb(171,203,104); }
div.DivClassName
{
background-color: #ABCB68;
}
.BgClassName
{
background-color: #ABCB68;
}
</style>
border-color css
<style>
span { border-color: #ABCB68; }
span { border-color: rgb(171,203,104); }
td.TdClassName
{
border-color: #ABCB68;
}
.TagClassName
{
border-color: #ABCB68;
}
</style>