Shades of La Rioja #B3C000
Tints of La Rioja #B3C000
RGB
CMYK
RGB Variations
Color information
#B3C000 (or 0xB3C000) is known color: La Rioja. HEX triplet: B3, C0 and 00. RGB value is (179,192,0). Sum of RGB (Red+Green+Blue) = 179+192+0=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C000 is #4C3FFF. Grayscale: #A6A6A6. Windows color (decimal): -4997120 or 49331. OLE color: 49331.
HSL color Cylindrical-coordinate representation of color #B3C000: hue angle of 64.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3C000 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.25 |
| HSL | 64.06º | 1% | 0.38% | - |
| HSV(B) | 64.06º | 1% | 0.75% | - |
| XYZ | 37.44 | 47.28 | 7.15 | - |
| YUV | 166.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 0 | 0.07 | 0 | 1 | 0.25 | 64.06 | 1 | 0.38 |
| Hex | B3 | C0 | 0 | 7 | 0 | 64 | 19 | 40 | 64 | 26 |
| Octal | 263 | 300 | 0 | 7 | 0 | 144 | 31 | 100 | 144 | 46 |
| Binary | 10110011 | 11000000 | 0 | 111 | 0 | 1100100 | 11001 | 1000000 | 1100100 | 100110 |
Color Harmonies of #B3C000
Complementary color
Monochromatic Colors of #B3C000
Black with #B3C000
Text Example
Text Example
White with #B3C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C000; }
p { color: rgb(179,192,0); }
H1.HeaderClassName
{
color: #B3C000;
}
.AnyTagClassName
{
color: #B3C000;
}
</style>
background-color css
<style>
a { background-color: #B3C000; }
a { background-color: rgb(179,192,0); }
div.DivClassName
{
background-color: #B3C000;
}
.BgClassName
{
background-color: #B3C000;
}
</style>
border-color css
<style>
span { border-color: #B3C000; }
span { border-color: rgb(179,192,0); }
td.TdClassName
{
border-color: #B3C000;
}
.TagClassName
{
border-color: #B3C000;
}
</style>