Shades of La Rioja #B3BA09
Tints of La Rioja #B3BA09
RGB
CMYK
RGB Variations
Color information
#B3BA09 (or 0xB3BA09) is known color: La Rioja. HEX triplet: B3, BA and 09. RGB value is (179,186,9). Sum of RGB (Red+Green+Blue) = 179+186+9=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BA09 is #4C45F6. Grayscale: #A4A4A4. Windows color (decimal): -4998647 or 637619. OLE color: 637619.
HSL color Cylindrical-coordinate representation of color #B3BA09: hue angle of 62.37º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3BA09 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 9 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.27 |
| HSL | 62.37º | 0.91% | 0.38% | - |
| HSV(B) | 62.37º | 0.95% | 0.73% | - |
| XYZ | 36.2 | 44.72 | 6.98 | - |
| YUV | 163.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 9 | 0.04 | 0 | 0.95 | 0.27 | 62.37 | 0.91 | 0.38 |
| Hex | B3 | BA | 9 | 4 | 0 | 5F | 1B | 3E | 5B | 26 |
| Octal | 263 | 272 | 11 | 4 | 0 | 137 | 33 | 76 | 133 | 46 |
| Binary | 10110011 | 10111010 | 1001 | 100 | 0 | 1011111 | 11011 | 111110 | 1011011 | 100110 |
Color Harmonies of #B3BA09
Complementary color
Monochromatic Colors of #B3BA09
Black with #B3BA09
Text Example
Text Example
White with #B3BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA09; }
p { color: rgb(179,186,9); }
H1.HeaderClassName
{
color: #B3BA09;
}
.AnyTagClassName
{
color: #B3BA09;
}
</style>
background-color css
<style>
a { background-color: #B3BA09; }
a { background-color: rgb(179,186,9); }
div.DivClassName
{
background-color: #B3BA09;
}
.BgClassName
{
background-color: #B3BA09;
}
</style>
border-color css
<style>
span { border-color: #B3BA09; }
span { border-color: rgb(179,186,9); }
td.TdClassName
{
border-color: #B3BA09;
}
.TagClassName
{
border-color: #B3BA09;
}
</style>