Shades of La Rioja #ABCD02
Tints of La Rioja #ABCD02
RGB
CMYK
RGB Variations
Color information
#ABCD02 (or 0xABCD02) is known color: La Rioja. HEX triplet: AB, CD and 02. RGB value is (171,205,2). Sum of RGB (Red+Green+Blue) = 171+205+2=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD02 is #5432FD. Grayscale: #ACACAC. Windows color (decimal): -5518078 or 183723. OLE color: 183723.
HSL color Cylindrical-coordinate representation of color #ABCD02: hue angle of 70.05º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABCD02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.20 |
| HSL | 70.05º | 0.98% | 0.41% | - |
| HSV(B) | 70.05º | 0.99% | 0.8% | - |
| XYZ | 38.64 | 52.32 | 8.12 | - |
| YUV | 171.69 | 32.24 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 2 | 0.17 | 0 | 0.99 | 0.20 | 70.05 | 0.98 | 0.41 |
| Hex | AB | CD | 2 | 11 | 0 | 63 | 14 | 46 | 62 | 29 |
| Octal | 253 | 315 | 2 | 21 | 0 | 143 | 24 | 106 | 142 | 51 |
| Binary | 10101011 | 11001101 | 10 | 10001 | 0 | 1100011 | 10100 | 1000110 | 1100010 | 101001 |
Color Harmonies of #ABCD02
Complementary color
Monochromatic Colors of #ABCD02
Black with #ABCD02
Text Example
Text Example
White with #ABCD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD02; }
p { color: rgb(171,205,2); }
H1.HeaderClassName
{
color: #ABCD02;
}
.AnyTagClassName
{
color: #ABCD02;
}
</style>
background-color css
<style>
a { background-color: #ABCD02; }
a { background-color: rgb(171,205,2); }
div.DivClassName
{
background-color: #ABCD02;
}
.BgClassName
{
background-color: #ABCD02;
}
</style>
border-color css
<style>
span { border-color: #ABCD02; }
span { border-color: rgb(171,205,2); }
td.TdClassName
{
border-color: #ABCD02;
}
.TagClassName
{
border-color: #ABCD02;
}
</style>