Shades of La Rioja #B1BC08
Tints of La Rioja #B1BC08
RGB
CMYK
RGB Variations
Color information
#B1BC08 (or 0xB1BC08) is known color: La Rioja. HEX triplet: B1, BC and 08. RGB value is (177,188,8). Sum of RGB (Red+Green+Blue) = 177+188+8=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BC08 is #4E43F7. Grayscale: #A4A4A4. Windows color (decimal): -5129208 or 572593. OLE color: 572593.
HSL color Cylindrical-coordinate representation of color #B1BC08: hue angle of 63.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1BC08 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.26 |
| HSL | 63.67º | 0.92% | 0.38% | - |
| HSV(B) | 63.67º | 0.96% | 0.74% | - |
| XYZ | 36.16 | 45.33 | 7.07 | - |
| YUV | 164.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 8 | 0.06 | 0 | 0.96 | 0.26 | 63.67 | 0.92 | 0.38 |
| Hex | B1 | BC | 8 | 6 | 0 | 60 | 1A | 40 | 5C | 26 |
| Octal | 261 | 274 | 10 | 6 | 0 | 140 | 32 | 100 | 134 | 46 |
| Binary | 10110001 | 10111100 | 1000 | 110 | 0 | 1100000 | 11010 | 1000000 | 1011100 | 100110 |
Color Harmonies of #B1BC08
Complementary color
Monochromatic Colors of #B1BC08
Black with #B1BC08
Text Example
Text Example
White with #B1BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC08; }
p { color: rgb(177,188,8); }
H1.HeaderClassName
{
color: #B1BC08;
}
.AnyTagClassName
{
color: #B1BC08;
}
</style>
background-color css
<style>
a { background-color: #B1BC08; }
a { background-color: rgb(177,188,8); }
div.DivClassName
{
background-color: #B1BC08;
}
.BgClassName
{
background-color: #B1BC08;
}
</style>
border-color css
<style>
span { border-color: #B1BC08; }
span { border-color: rgb(177,188,8); }
td.TdClassName
{
border-color: #B1BC08;
}
.TagClassName
{
border-color: #B1BC08;
}
</style>