Shades of La Rioja #B5C100
Tints of La Rioja #B5C100
RGB
CMYK
RGB Variations
Color information
#B5C100 (or 0xB5C100) is known color: La Rioja. HEX triplet: B5, C1 and 00. RGB value is (181,193,0). Sum of RGB (Red+Green+Blue) = 181+193+0=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C100 is #4A3EFF. Grayscale: #A8A8A8. Windows color (decimal): -4865792 or 49589. OLE color: 49589.
HSL color Cylindrical-coordinate representation of color #B5C100: hue angle of 63.73º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5C100 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.24 |
| HSL | 63.73º | 1% | 0.38% | - |
| HSV(B) | 63.73º | 1% | 0.76% | - |
| XYZ | 38.13 | 47.96 | 7.25 | - |
| YUV | 167.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 0 | 0.06 | 0 | 1 | 0.24 | 63.73 | 1 | 0.38 |
| Hex | B5 | C1 | 0 | 6 | 0 | 64 | 18 | 40 | 64 | 26 |
| Octal | 265 | 301 | 0 | 6 | 0 | 144 | 30 | 100 | 144 | 46 |
| Binary | 10110101 | 11000001 | 0 | 110 | 0 | 1100100 | 11000 | 1000000 | 1100100 | 100110 |
Color Harmonies of #B5C100
Complementary color
Monochromatic Colors of #B5C100
Black with #B5C100
Text Example
Text Example
White with #B5C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C100; }
p { color: rgb(181,193,0); }
H1.HeaderClassName
{
color: #B5C100;
}
.AnyTagClassName
{
color: #B5C100;
}
</style>
background-color css
<style>
a { background-color: #B5C100; }
a { background-color: rgb(181,193,0); }
div.DivClassName
{
background-color: #B5C100;
}
.BgClassName
{
background-color: #B5C100;
}
</style>
border-color css
<style>
span { border-color: #B5C100; }
span { border-color: rgb(181,193,0); }
td.TdClassName
{
border-color: #B5C100;
}
.TagClassName
{
border-color: #B5C100;
}
</style>