Shades of La Rioja #B0C00A
Tints of La Rioja #B0C00A
RGB
CMYK
RGB Variations
Color information
#B0C00A (or 0xB0C00A) is known color: La Rioja. HEX triplet: B0, C0 and 0A. RGB value is (176,192,10). Sum of RGB (Red+Green+Blue) = 176+192+10=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C00A is #4F3FF5. Grayscale: #A7A7A7. Windows color (decimal): -5193718 or 704688. OLE color: 704688.
HSL color Cylindrical-coordinate representation of color #B0C00A: hue angle of 65.27º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0C00A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 10 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.25 |
| HSL | 65.27º | 0.9% | 0.4% | - |
| HSV(B) | 65.27º | 0.95% | 0.75% | - |
| XYZ | 36.81 | 46.95 | 7.41 | - |
| YUV | 166.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 10 | 0.08 | 0 | 0.95 | 0.25 | 65.27 | 0.9 | 0.4 |
| Hex | B0 | C0 | A | 8 | 0 | 5F | 19 | 41 | 5A | 28 |
| Octal | 260 | 300 | 12 | 10 | 0 | 137 | 31 | 101 | 132 | 50 |
| Binary | 10110000 | 11000000 | 1010 | 1000 | 0 | 1011111 | 11001 | 1000001 | 1011010 | 101000 |
Color Harmonies of #B0C00A
Complementary color
Monochromatic Colors of #B0C00A
Black with #B0C00A
Text Example
Text Example
White with #B0C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C00A; }
p { color: rgb(176,192,10); }
H1.HeaderClassName
{
color: #B0C00A;
}
.AnyTagClassName
{
color: #B0C00A;
}
</style>
background-color css
<style>
a { background-color: #B0C00A; }
a { background-color: rgb(176,192,10); }
div.DivClassName
{
background-color: #B0C00A;
}
.BgClassName
{
background-color: #B0C00A;
}
</style>
border-color css
<style>
span { border-color: #B0C00A; }
span { border-color: rgb(176,192,10); }
td.TdClassName
{
border-color: #B0C00A;
}
.TagClassName
{
border-color: #B0C00A;
}
</style>