Shades of La Rioja #ABCD03
Tints of La Rioja #ABCD03
RGB
CMYK
RGB Variations
Color information
#ABCD03 (or 0xABCD03) is known color: La Rioja. HEX triplet: AB, CD and 03. RGB value is (171,205,3). Sum of RGB (Red+Green+Blue) = 171+205+3=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD03 is #5432FC. Grayscale: #ACACAC. Windows color (decimal): -5518077 or 249259. OLE color: 249259.
HSL color Cylindrical-coordinate representation of color #ABCD03: hue angle of 70.1º degrees, saturation: 0.97, 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 #ABCD03 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.20 |
| HSL | 70.1º | 0.97% | 0.41% | - |
| HSV(B) | 70.1º | 0.99% | 0.8% | - |
| XYZ | 38.64 | 52.33 | 8.15 | - |
| YUV | 171.81 | 32.74 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 3 | 0.17 | 0 | 0.99 | 0.20 | 70.1 | 0.97 | 0.41 |
| Hex | AB | CD | 3 | 11 | 0 | 63 | 14 | 46 | 61 | 29 |
| Octal | 253 | 315 | 3 | 21 | 0 | 143 | 24 | 106 | 141 | 51 |
| Binary | 10101011 | 11001101 | 11 | 10001 | 0 | 1100011 | 10100 | 1000110 | 1100001 | 101001 |
Color Harmonies of #ABCD03
Complementary color
Monochromatic Colors of #ABCD03
Black with #ABCD03
Text Example
Text Example
White with #ABCD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD03; }
p { color: rgb(171,205,3); }
H1.HeaderClassName
{
color: #ABCD03;
}
.AnyTagClassName
{
color: #ABCD03;
}
</style>
background-color css
<style>
a { background-color: #ABCD03; }
a { background-color: rgb(171,205,3); }
div.DivClassName
{
background-color: #ABCD03;
}
.BgClassName
{
background-color: #ABCD03;
}
</style>
border-color css
<style>
span { border-color: #ABCD03; }
span { border-color: rgb(171,205,3); }
td.TdClassName
{
border-color: #ABCD03;
}
.TagClassName
{
border-color: #ABCD03;
}
</style>