Shades of La Rioja #B0C90C
Tints of La Rioja #B0C90C
RGB
CMYK
RGB Variations
Color information
#B0C90C (or 0xB0C90C) is known color: La Rioja. HEX triplet: B0, C9 and 0C. RGB value is (176,201,12). Sum of RGB (Red+Green+Blue) = 176+201+12=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C90C is #4F36F3. Grayscale: #ACACAC. Windows color (decimal): -5191412 or 838064. OLE color: 838064.
HSL color Cylindrical-coordinate representation of color #B0C90C: hue angle of 67.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0C90C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.21 |
| HSL | 67.94º | 0.89% | 0.42% | - |
| HSV(B) | 67.94º | 0.94% | 0.79% | - |
| XYZ | 38.86 | 51.03 | 8.15 | - |
| YUV | 171.98 | 37.72 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 12 | 0.12 | 0 | 0.94 | 0.21 | 67.94 | 0.89 | 0.42 |
| Hex | B0 | C9 | C | C | 0 | 5E | 15 | 44 | 59 | 2A |
| Octal | 260 | 311 | 14 | 14 | 0 | 136 | 25 | 104 | 131 | 52 |
| Binary | 10110000 | 11001001 | 1100 | 1100 | 0 | 1011110 | 10101 | 1000100 | 1011001 | 101010 |
Color Harmonies of #B0C90C
Complementary color
Monochromatic Colors of #B0C90C
Black with #B0C90C
Text Example
Text Example
White with #B0C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C90C; }
p { color: rgb(176,201,12); }
H1.HeaderClassName
{
color: #B0C90C;
}
.AnyTagClassName
{
color: #B0C90C;
}
</style>
background-color css
<style>
a { background-color: #B0C90C; }
a { background-color: rgb(176,201,12); }
div.DivClassName
{
background-color: #B0C90C;
}
.BgClassName
{
background-color: #B0C90C;
}
</style>
border-color css
<style>
span { border-color: #B0C90C; }
span { border-color: rgb(176,201,12); }
td.TdClassName
{
border-color: #B0C90C;
}
.TagClassName
{
border-color: #B0C90C;
}
</style>