Shades of La Rioja #B1BA02
Tints of La Rioja #B1BA02
RGB
CMYK
RGB Variations
Color information
#B1BA02 (or 0xB1BA02) is known color: La Rioja. HEX triplet: B1, BA and 02. RGB value is (177,186,2). Sum of RGB (Red+Green+Blue) = 177+186+2=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BA02 is #4E45FD. Grayscale: #A3A3A3. Windows color (decimal): -5129726 or 178865. OLE color: 178865.
HSL color Cylindrical-coordinate representation of color #B1BA02: hue angle of 62.93º degrees, saturation: 0.98, 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 #B1BA02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.27 |
| HSL | 62.93º | 0.98% | 0.37% | - |
| HSV(B) | 62.93º | 0.99% | 0.73% | - |
| XYZ | 35.7 | 44.47 | 6.76 | - |
| YUV | 162.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 2 | 0.05 | 0 | 0.99 | 0.27 | 62.93 | 0.98 | 0.37 |
| Hex | B1 | BA | 2 | 5 | 0 | 63 | 1B | 3F | 62 | 25 |
| Octal | 261 | 272 | 2 | 5 | 0 | 143 | 33 | 77 | 142 | 45 |
| Binary | 10110001 | 10111010 | 10 | 101 | 0 | 1100011 | 11011 | 111111 | 1100010 | 100101 |
Color Harmonies of #B1BA02
Complementary color
Monochromatic Colors of #B1BA02
Black with #B1BA02
Text Example
Text Example
White with #B1BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA02; }
p { color: rgb(177,186,2); }
H1.HeaderClassName
{
color: #B1BA02;
}
.AnyTagClassName
{
color: #B1BA02;
}
</style>
background-color css
<style>
a { background-color: #B1BA02; }
a { background-color: rgb(177,186,2); }
div.DivClassName
{
background-color: #B1BA02;
}
.BgClassName
{
background-color: #B1BA02;
}
</style>
border-color css
<style>
span { border-color: #B1BA02; }
span { border-color: rgb(177,186,2); }
td.TdClassName
{
border-color: #B1BA02;
}
.TagClassName
{
border-color: #B1BA02;
}
</style>