Shades of La Rioja #B1BA08
Tints of La Rioja #B1BA08
RGB
CMYK
RGB Variations
Color information
#B1BA08 (or 0xB1BA08) is known color: La Rioja. HEX triplet: B1, BA and 08. RGB value is (177,186,8). Sum of RGB (Red+Green+Blue) = 177+186+8=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BA08 is #4E45F7. Grayscale: #A3A3A3. Windows color (decimal): -5129720 or 572081. OLE color: 572081.
HSL color Cylindrical-coordinate representation of color #B1BA08: hue angle of 63.03º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1BA08 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.27 |
| HSL | 63.03º | 0.92% | 0.38% | - |
| HSV(B) | 63.03º | 0.96% | 0.73% | - |
| XYZ | 35.73 | 44.48 | 6.93 | - |
| YUV | 163.02 | 40.52 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 8 | 0.05 | 0 | 0.96 | 0.27 | 63.03 | 0.92 | 0.38 |
| Hex | B1 | BA | 8 | 5 | 0 | 60 | 1B | 3F | 5C | 26 |
| Octal | 261 | 272 | 10 | 5 | 0 | 140 | 33 | 77 | 134 | 46 |
| Binary | 10110001 | 10111010 | 1000 | 101 | 0 | 1100000 | 11011 | 111111 | 1011100 | 100110 |
Color Harmonies of #B1BA08
Complementary color
Monochromatic Colors of #B1BA08
Black with #B1BA08
Text Example
Text Example
White with #B1BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA08; }
p { color: rgb(177,186,8); }
H1.HeaderClassName
{
color: #B1BA08;
}
.AnyTagClassName
{
color: #B1BA08;
}
</style>
background-color css
<style>
a { background-color: #B1BA08; }
a { background-color: rgb(177,186,8); }
div.DivClassName
{
background-color: #B1BA08;
}
.BgClassName
{
background-color: #B1BA08;
}
</style>
border-color css
<style>
span { border-color: #B1BA08; }
span { border-color: rgb(177,186,8); }
td.TdClassName
{
border-color: #B1BA08;
}
.TagClassName
{
border-color: #B1BA08;
}
</style>