Shades of La Rioja #ABCD08
Tints of La Rioja #ABCD08
RGB
CMYK
RGB Variations
Color information
#ABCD08 (or 0xABCD08) is known color: La Rioja. HEX triplet: AB, CD and 08. RGB value is (171,205,8). Sum of RGB (Red+Green+Blue) = 171+205+8=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD08 is #5432F7. Grayscale: #ADADAD. Windows color (decimal): -5518072 or 576939. OLE color: 576939.
HSL color Cylindrical-coordinate representation of color #ABCD08: hue angle of 70.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABCD08 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.20 |
| HSL | 70.36º | 0.92% | 0.42% | - |
| HSV(B) | 70.36º | 0.96% | 0.8% | - |
| XYZ | 38.67 | 52.34 | 8.29 | - |
| YUV | 172.38 | 35.24 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 8 | 0.17 | 0 | 0.96 | 0.20 | 70.36 | 0.92 | 0.42 |
| Hex | AB | CD | 8 | 11 | 0 | 60 | 14 | 46 | 5C | 2A |
| Octal | 253 | 315 | 10 | 21 | 0 | 140 | 24 | 106 | 134 | 52 |
| Binary | 10101011 | 11001101 | 1000 | 10001 | 0 | 1100000 | 10100 | 1000110 | 1011100 | 101010 |
Color Harmonies of #ABCD08
Complementary color
Monochromatic Colors of #ABCD08
Black with #ABCD08
Text Example
Text Example
White with #ABCD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD08; }
p { color: rgb(171,205,8); }
H1.HeaderClassName
{
color: #ABCD08;
}
.AnyTagClassName
{
color: #ABCD08;
}
</style>
background-color css
<style>
a { background-color: #ABCD08; }
a { background-color: rgb(171,205,8); }
div.DivClassName
{
background-color: #ABCD08;
}
.BgClassName
{
background-color: #ABCD08;
}
</style>
border-color css
<style>
span { border-color: #ABCD08; }
span { border-color: rgb(171,205,8); }
td.TdClassName
{
border-color: #ABCD08;
}
.TagClassName
{
border-color: #ABCD08;
}
</style>