Shades of La Rioja #B1BD0A
Tints of La Rioja #B1BD0A
RGB
CMYK
RGB Variations
Color information
#B1BD0A (or 0xB1BD0A) is known color: La Rioja. HEX triplet: B1, BD and 0A. RGB value is (177,189,10). Sum of RGB (Red+Green+Blue) = 177+189+10=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BD0A is #4E42F5. Grayscale: #A5A5A5. Windows color (decimal): -5128950 or 703921. OLE color: 703921.
HSL color Cylindrical-coordinate representation of color #B1BD0A: hue angle of 64.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1BD0A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.26 |
| HSL | 64.02º | 0.9% | 0.39% | - |
| HSV(B) | 64.02º | 0.95% | 0.74% | - |
| XYZ | 36.38 | 45.76 | 7.2 | - |
| YUV | 165.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 10 | 0.06 | 0 | 0.95 | 0.26 | 64.02 | 0.9 | 0.39 |
| Hex | B1 | BD | A | 6 | 0 | 5F | 1A | 40 | 5A | 27 |
| Octal | 261 | 275 | 12 | 6 | 0 | 137 | 32 | 100 | 132 | 47 |
| Binary | 10110001 | 10111101 | 1010 | 110 | 0 | 1011111 | 11010 | 1000000 | 1011010 | 100111 |
Color Harmonies of #B1BD0A
Complementary color
Monochromatic Colors of #B1BD0A
Black with #B1BD0A
Text Example
Text Example
White with #B1BD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD0A; }
p { color: rgb(177,189,10); }
H1.HeaderClassName
{
color: #B1BD0A;
}
.AnyTagClassName
{
color: #B1BD0A;
}
</style>
background-color css
<style>
a { background-color: #B1BD0A; }
a { background-color: rgb(177,189,10); }
div.DivClassName
{
background-color: #B1BD0A;
}
.BgClassName
{
background-color: #B1BD0A;
}
</style>
border-color css
<style>
span { border-color: #B1BD0A; }
span { border-color: rgb(177,189,10); }
td.TdClassName
{
border-color: #B1BD0A;
}
.TagClassName
{
border-color: #B1BD0A;
}
</style>