Shades of La Rioja #ABCE06
Tints of La Rioja #ABCE06
RGB
CMYK
RGB Variations
Color information
#ABCE06 (or 0xABCE06) is known color: La Rioja. HEX triplet: AB, CE and 06. RGB value is (171,206,6). Sum of RGB (Red+Green+Blue) = 171+206+6=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCE06 is #5431F9. Grayscale: #ADADAD. Windows color (decimal): -5517818 or 446123. OLE color: 446123.
HSL color Cylindrical-coordinate representation of color #ABCE06: hue angle of 70.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABCE06 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 6 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.19 |
| HSL | 70.5º | 0.94% | 0.42% | - |
| HSV(B) | 70.5º | 0.97% | 0.81% | - |
| XYZ | 38.9 | 52.81 | 8.32 | - |
| YUV | 172.74 | 33.9 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 6 | 0.17 | 0 | 0.97 | 0.19 | 70.5 | 0.94 | 0.42 |
| Hex | AB | CE | 6 | 11 | 0 | 61 | 13 | 46 | 5E | 2A |
| Octal | 253 | 316 | 6 | 21 | 0 | 141 | 23 | 106 | 136 | 52 |
| Binary | 10101011 | 11001110 | 110 | 10001 | 0 | 1100001 | 10011 | 1000110 | 1011110 | 101010 |
Color Harmonies of #ABCE06
Complementary color
Monochromatic Colors of #ABCE06
Black with #ABCE06
Text Example
Text Example
White with #ABCE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE06; }
p { color: rgb(171,206,6); }
H1.HeaderClassName
{
color: #ABCE06;
}
.AnyTagClassName
{
color: #ABCE06;
}
</style>
background-color css
<style>
a { background-color: #ABCE06; }
a { background-color: rgb(171,206,6); }
div.DivClassName
{
background-color: #ABCE06;
}
.BgClassName
{
background-color: #ABCE06;
}
</style>
border-color css
<style>
span { border-color: #ABCE06; }
span { border-color: rgb(171,206,6); }
td.TdClassName
{
border-color: #ABCE06;
}
.TagClassName
{
border-color: #ABCE06;
}
</style>