Shades of La Rioja #ABCD01
Tints of La Rioja #ABCD01
RGB
CMYK
RGB Variations
Color information
#ABCD01 (or 0xABCD01) is known color: La Rioja. HEX triplet: AB, CD and 01. RGB value is (171,205,1). Sum of RGB (Red+Green+Blue) = 171+205+1=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD01 is #5432FE. Grayscale: #ACACAC. Windows color (decimal): -5518079 or 118187. OLE color: 118187.
HSL color Cylindrical-coordinate representation of color #ABCD01: hue angle of 70º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABCD01 is Cyan = 0.17, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 1 | - |
| CMYK | 0.17 | 0 | 1.00 | 0.20 |
| HSL | 70º | 0.99% | 0.4% | - |
| HSV(B) | 70º | 1% | 0.8% | - |
| XYZ | 38.63 | 52.32 | 8.09 | - |
| YUV | 171.58 | 31.74 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 1 | 0.17 | 0 | 1.00 | 0.20 | 70 | 0.99 | 0.4 |
| Hex | AB | CD | 1 | 11 | 0 | 64 | 14 | 46 | 63 | 28 |
| Octal | 253 | 315 | 1 | 21 | 0 | 144 | 24 | 106 | 143 | 50 |
| Binary | 10101011 | 11001101 | 1 | 10001 | 0 | 1100100 | 10100 | 1000110 | 1100011 | 101000 |
Color Harmonies of #ABCD01
Complementary color
Monochromatic Colors of #ABCD01
Black with #ABCD01
Text Example
Text Example
White with #ABCD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD01; }
p { color: rgb(171,205,1); }
H1.HeaderClassName
{
color: #ABCD01;
}
.AnyTagClassName
{
color: #ABCD01;
}
</style>
background-color css
<style>
a { background-color: #ABCD01; }
a { background-color: rgb(171,205,1); }
div.DivClassName
{
background-color: #ABCD01;
}
.BgClassName
{
background-color: #ABCD01;
}
</style>
border-color css
<style>
span { border-color: #ABCD01; }
span { border-color: rgb(171,205,1); }
td.TdClassName
{
border-color: #ABCD01;
}
.TagClassName
{
border-color: #ABCD01;
}
</style>