Shades of La Rioja #AEBD00
Tints of La Rioja #AEBD00
RGB
CMYK
RGB Variations
Color information
#AEBD00 (or 0xAEBD00) is known color: La Rioja. HEX triplet: AE, BD and 00. RGB value is (174,189,0). Sum of RGB (Red+Green+Blue) = 174+189+0=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD00 is #5142FF. Grayscale: #A3A3A3. Windows color (decimal): -5325568 or 48558. OLE color: 48558.
HSL color Cylindrical-coordinate representation of color #AEBD00: hue angle of 64.76º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEBD00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.26 |
| HSL | 64.76º | 1% | 0.37% | - |
| HSV(B) | 64.76º | 1% | 0.74% | - |
| XYZ | 35.65 | 45.39 | 6.88 | - |
| YUV | 162.97 | 36.03 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 0 | 0.08 | 0 | 1 | 0.26 | 64.76 | 1 | 0.37 |
| Hex | AE | BD | 0 | 8 | 0 | 64 | 1A | 41 | 64 | 25 |
| Octal | 256 | 275 | 0 | 10 | 0 | 144 | 32 | 101 | 144 | 45 |
| Binary | 10101110 | 10111101 | 0 | 1000 | 0 | 1100100 | 11010 | 1000001 | 1100100 | 100101 |
Color Harmonies of #AEBD00
Complementary color
Monochromatic Colors of #AEBD00
Black with #AEBD00
Text Example
Text Example
White with #AEBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD00; }
p { color: rgb(174,189,0); }
H1.HeaderClassName
{
color: #AEBD00;
}
.AnyTagClassName
{
color: #AEBD00;
}
</style>
background-color css
<style>
a { background-color: #AEBD00; }
a { background-color: rgb(174,189,0); }
div.DivClassName
{
background-color: #AEBD00;
}
.BgClassName
{
background-color: #AEBD00;
}
</style>
border-color css
<style>
span { border-color: #AEBD00; }
span { border-color: rgb(174,189,0); }
td.TdClassName
{
border-color: #AEBD00;
}
.TagClassName
{
border-color: #AEBD00;
}
</style>