Shades of La Rioja #B3BA01
Tints of La Rioja #B3BA01
RGB
CMYK
RGB Variations
Color information
#B3BA01 (or 0xB3BA01) is known color: La Rioja. HEX triplet: B3, BA and 01. RGB value is (179,186,1). Sum of RGB (Red+Green+Blue) = 179+186+1=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BA01 is #4C45FE. Grayscale: #A3A3A3. Windows color (decimal): -4998655 or 113331. OLE color: 113331.
HSL color Cylindrical-coordinate representation of color #B3BA01: hue angle of 62.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3BA01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.27 |
| HSL | 62.27º | 0.99% | 0.37% | - |
| HSV(B) | 62.27º | 0.99% | 0.73% | - |
| XYZ | 36.15 | 44.7 | 6.75 | - |
| YUV | 162.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 1 | 0.04 | 0 | 0.99 | 0.27 | 62.27 | 0.99 | 0.37 |
| Hex | B3 | BA | 1 | 4 | 0 | 63 | 1B | 3E | 63 | 25 |
| Octal | 263 | 272 | 1 | 4 | 0 | 143 | 33 | 76 | 143 | 45 |
| Binary | 10110011 | 10111010 | 1 | 100 | 0 | 1100011 | 11011 | 111110 | 1100011 | 100101 |
Color Harmonies of #B3BA01
Complementary color
Monochromatic Colors of #B3BA01
Black with #B3BA01
Text Example
Text Example
White with #B3BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA01; }
p { color: rgb(179,186,1); }
H1.HeaderClassName
{
color: #B3BA01;
}
.AnyTagClassName
{
color: #B3BA01;
}
</style>
background-color css
<style>
a { background-color: #B3BA01; }
a { background-color: rgb(179,186,1); }
div.DivClassName
{
background-color: #B3BA01;
}
.BgClassName
{
background-color: #B3BA01;
}
</style>
border-color css
<style>
span { border-color: #B3BA01; }
span { border-color: rgb(179,186,1); }
td.TdClassName
{
border-color: #B3BA01;
}
.TagClassName
{
border-color: #B3BA01;
}
</style>