Shades of La Rioja #BEAF00
Tints of La Rioja #BEAF00
RGB
CMYK
RGB Variations
Color information
#BEAF00 (or 0xBEAF00) is known color: La Rioja. HEX triplet: BE, AF and 00. RGB value is (190,175,0). Sum of RGB (Red+Green+Blue) = 190+175+0=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAF00 is #4150FF. Grayscale: #A0A0A0. Windows color (decimal): -4280576 or 44990. OLE color: 44990.
HSL color Cylindrical-coordinate representation of color #BEAF00: hue angle of 55.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEAF00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.25 |
| HSL | 55.26º | 1% | 0.37% | - |
| HSV(B) | 55.26º | 1% | 0.75% | - |
| XYZ | 36.57 | 41.61 | 6.1 | - |
| YUV | 159.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 0 | 0 | 0.08 | 1 | 0.25 | 55.26 | 1 | 0.37 |
| Hex | BE | AF | 0 | 0 | 8 | 64 | 19 | 37 | 64 | 25 |
| Octal | 276 | 257 | 0 | 0 | 10 | 144 | 31 | 67 | 144 | 45 |
| Binary | 10111110 | 10101111 | 0 | 0 | 1000 | 1100100 | 11001 | 110111 | 1100100 | 100101 |
Color Harmonies of #BEAF00
Complementary color
Monochromatic Colors of #BEAF00
Black with #BEAF00
Text Example
Text Example
White with #BEAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF00; }
p { color: rgb(190,175,0); }
H1.HeaderClassName
{
color: #BEAF00;
}
.AnyTagClassName
{
color: #BEAF00;
}
</style>
background-color css
<style>
a { background-color: #BEAF00; }
a { background-color: rgb(190,175,0); }
div.DivClassName
{
background-color: #BEAF00;
}
.BgClassName
{
background-color: #BEAF00;
}
</style>
border-color css
<style>
span { border-color: #BEAF00; }
span { border-color: rgb(190,175,0); }
td.TdClassName
{
border-color: #BEAF00;
}
.TagClassName
{
border-color: #BEAF00;
}
</style>