Shades of La Rioja #AEBC00
Tints of La Rioja #AEBC00
RGB
CMYK
RGB Variations
Color information
#AEBC00 (or 0xAEBC00) is known color: La Rioja. HEX triplet: AE, BC and 00. RGB value is (174,188,0). Sum of RGB (Red+Green+Blue) = 174+188+0=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC00 is #5143FF. Grayscale: #A3A3A3. Windows color (decimal): -5325824 or 48302. OLE color: 48302.
HSL color Cylindrical-coordinate representation of color #AEBC00: hue angle of 64.47º 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 #AEBC00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.26 |
| HSL | 64.47º | 1% | 0.37% | - |
| HSV(B) | 64.47º | 1% | 0.74% | - |
| XYZ | 35.44 | 44.97 | 6.81 | - |
| YUV | 162.38 | 36.36 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 0 | 0.07 | 0 | 1 | 0.26 | 64.47 | 1 | 0.37 |
| Hex | AE | BC | 0 | 7 | 0 | 64 | 1A | 40 | 64 | 25 |
| Octal | 256 | 274 | 0 | 7 | 0 | 144 | 32 | 100 | 144 | 45 |
| Binary | 10101110 | 10111100 | 0 | 111 | 0 | 1100100 | 11010 | 1000000 | 1100100 | 100101 |
Color Harmonies of #AEBC00
Complementary color
Monochromatic Colors of #AEBC00
Black with #AEBC00
Text Example
Text Example
White with #AEBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC00; }
p { color: rgb(174,188,0); }
H1.HeaderClassName
{
color: #AEBC00;
}
.AnyTagClassName
{
color: #AEBC00;
}
</style>
background-color css
<style>
a { background-color: #AEBC00; }
a { background-color: rgb(174,188,0); }
div.DivClassName
{
background-color: #AEBC00;
}
.BgClassName
{
background-color: #AEBC00;
}
</style>
border-color css
<style>
span { border-color: #AEBC00; }
span { border-color: rgb(174,188,0); }
td.TdClassName
{
border-color: #AEBC00;
}
.TagClassName
{
border-color: #AEBC00;
}
</style>