Shades of La Rioja #B0C90B
Tints of La Rioja #B0C90B
RGB
CMYK
RGB Variations
Color information
#B0C90B (or 0xB0C90B) is known color: La Rioja. HEX triplet: B0, C9 and 0B. RGB value is (176,201,11). Sum of RGB (Red+Green+Blue) = 176+201+11=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C90B is #4F36F4. Grayscale: #ACACAC. Windows color (decimal): -5191413 or 772528. OLE color: 772528.
HSL color Cylindrical-coordinate representation of color #B0C90B: hue angle of 67.89º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0C90B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.21 |
| HSL | 67.89º | 0.9% | 0.42% | - |
| HSV(B) | 67.89º | 0.95% | 0.79% | - |
| XYZ | 38.85 | 51.03 | 8.12 | - |
| YUV | 171.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 11 | 0.12 | 0 | 0.95 | 0.21 | 67.89 | 0.9 | 0.42 |
| Hex | B0 | C9 | B | C | 0 | 5F | 15 | 44 | 5A | 2A |
| Octal | 260 | 311 | 13 | 14 | 0 | 137 | 25 | 104 | 132 | 52 |
| Binary | 10110000 | 11001001 | 1011 | 1100 | 0 | 1011111 | 10101 | 1000100 | 1011010 | 101010 |
Color Harmonies of #B0C90B
Complementary color
Monochromatic Colors of #B0C90B
Black with #B0C90B
Text Example
Text Example
White with #B0C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C90B; }
p { color: rgb(176,201,11); }
H1.HeaderClassName
{
color: #B0C90B;
}
.AnyTagClassName
{
color: #B0C90B;
}
</style>
background-color css
<style>
a { background-color: #B0C90B; }
a { background-color: rgb(176,201,11); }
div.DivClassName
{
background-color: #B0C90B;
}
.BgClassName
{
background-color: #B0C90B;
}
</style>
border-color css
<style>
span { border-color: #B0C90B; }
span { border-color: rgb(176,201,11); }
td.TdClassName
{
border-color: #B0C90B;
}
.TagClassName
{
border-color: #B0C90B;
}
</style>