Shades of La Rioja #B1B800
Tints of La Rioja #B1B800
RGB
CMYK
RGB Variations
Color information
#B1B800 (or 0xB1B800) is known color: La Rioja. HEX triplet: B1, B8 and 00. RGB value is (177,184,0). Sum of RGB (Red+Green+Blue) = 177+184+0=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B800 is #4E47FF. Grayscale: #A1A1A1. Windows color (decimal): -5130240 or 47281. OLE color: 47281.
HSL color Cylindrical-coordinate representation of color #B1B800: hue angle of 62.28º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1B800 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.28 |
| HSL | 62.28º | 1% | 0.36% | - |
| HSV(B) | 62.28º | 1% | 0.72% | - |
| XYZ | 35.27 | 43.63 | 6.56 | - |
| YUV | 160.93 | 37.18 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 0 | 0.04 | 0 | 1 | 0.28 | 62.28 | 1 | 0.36 |
| Hex | B1 | B8 | 0 | 4 | 0 | 64 | 1C | 3E | 64 | 24 |
| Octal | 261 | 270 | 0 | 4 | 0 | 144 | 34 | 76 | 144 | 44 |
| Binary | 10110001 | 10111000 | 0 | 100 | 0 | 1100100 | 11100 | 111110 | 1100100 | 100100 |
Color Harmonies of #B1B800
Complementary color
Monochromatic Colors of #B1B800
Black with #B1B800
Text Example
Text Example
White with #B1B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B800; }
p { color: rgb(177,184,0); }
H1.HeaderClassName
{
color: #B1B800;
}
.AnyTagClassName
{
color: #B1B800;
}
</style>
background-color css
<style>
a { background-color: #B1B800; }
a { background-color: rgb(177,184,0); }
div.DivClassName
{
background-color: #B1B800;
}
.BgClassName
{
background-color: #B1B800;
}
</style>
border-color css
<style>
span { border-color: #B1B800; }
span { border-color: rgb(177,184,0); }
td.TdClassName
{
border-color: #B1B800;
}
.TagClassName
{
border-color: #B1B800;
}
</style>