Shades of La Rioja #B0AF00
Tints of La Rioja #B0AF00
RGB
CMYK
RGB Variations
Color information
#B0AF00 (or 0xB0AF00) is known color: La Rioja. HEX triplet: B0, AF and 00. RGB value is (176,175,0). Sum of RGB (Red+Green+Blue) = 176+175+0=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AF00 is #4F50FF. Grayscale: #9C9C9C. Windows color (decimal): -5198080 or 44976. OLE color: 44976.
HSL color Cylindrical-coordinate representation of color #B0AF00: hue angle of 59.66º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0AF00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.31 |
| HSL | 59.66º | 1% | 0.35% | - |
| HSV(B) | 59.66º | 1% | 0.69% | - |
| XYZ | 33.23 | 39.89 | 5.95 | - |
| YUV | 155.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 0 | 0 | 0.01 | 1 | 0.31 | 59.66 | 1 | 0.35 |
| Hex | B0 | AF | 0 | 0 | 1 | 64 | 1F | 3C | 64 | 23 |
| Octal | 260 | 257 | 0 | 0 | 1 | 144 | 37 | 74 | 144 | 43 |
| Binary | 10110000 | 10101111 | 0 | 0 | 1 | 1100100 | 11111 | 111100 | 1100100 | 100011 |
Color Harmonies of #B0AF00
Complementary color
Monochromatic Colors of #B0AF00
Black with #B0AF00
Text Example
Text Example
White with #B0AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF00; }
p { color: rgb(176,175,0); }
H1.HeaderClassName
{
color: #B0AF00;
}
.AnyTagClassName
{
color: #B0AF00;
}
</style>
background-color css
<style>
a { background-color: #B0AF00; }
a { background-color: rgb(176,175,0); }
div.DivClassName
{
background-color: #B0AF00;
}
.BgClassName
{
background-color: #B0AF00;
}
</style>
border-color css
<style>
span { border-color: #B0AF00; }
span { border-color: rgb(176,175,0); }
td.TdClassName
{
border-color: #B0AF00;
}
.TagClassName
{
border-color: #B0AF00;
}
</style>