Shades of La Rioja #AFBD00
Tints of La Rioja #AFBD00
RGB
CMYK
RGB Variations
Color information
#AFBD00 (or 0xAFBD00) is known color: La Rioja. HEX triplet: AF, BD and 00. RGB value is (175,189,0). Sum of RGB (Red+Green+Blue) = 175+189+0=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBD00 is #5042FF. Grayscale: #A4A4A4. Windows color (decimal): -5260032 or 48559. OLE color: 48559.
HSL color Cylindrical-coordinate representation of color #AFBD00: hue angle of 64.44º 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 #AFBD00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.26 |
| HSL | 64.44º | 1% | 0.37% | - |
| HSV(B) | 64.44º | 1% | 0.74% | - |
| XYZ | 35.88 | 45.51 | 6.89 | - |
| YUV | 163.27 | 35.86 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 0 | 0.07 | 0 | 1 | 0.26 | 64.44 | 1 | 0.37 |
| Hex | AF | BD | 0 | 7 | 0 | 64 | 1A | 40 | 64 | 25 |
| Octal | 257 | 275 | 0 | 7 | 0 | 144 | 32 | 100 | 144 | 45 |
| Binary | 10101111 | 10111101 | 0 | 111 | 0 | 1100100 | 11010 | 1000000 | 1100100 | 100101 |
Color Harmonies of #AFBD00
Complementary color
Monochromatic Colors of #AFBD00
Black with #AFBD00
Text Example
Text Example
White with #AFBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD00; }
p { color: rgb(175,189,0); }
H1.HeaderClassName
{
color: #AFBD00;
}
.AnyTagClassName
{
color: #AFBD00;
}
</style>
background-color css
<style>
a { background-color: #AFBD00; }
a { background-color: rgb(175,189,0); }
div.DivClassName
{
background-color: #AFBD00;
}
.BgClassName
{
background-color: #AFBD00;
}
</style>
border-color css
<style>
span { border-color: #AFBD00; }
span { border-color: rgb(175,189,0); }
td.TdClassName
{
border-color: #AFBD00;
}
.TagClassName
{
border-color: #AFBD00;
}
</style>