Shades of La Rioja #B5B600
Tints of La Rioja #B5B600
RGB
CMYK
RGB Variations
Color information
#B5B600 (or 0xB5B600) is known color: La Rioja. HEX triplet: B5, B6 and 00. RGB value is (181,182,0). Sum of RGB (Red+Green+Blue) = 181+182+0=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B600 is #4A49FF. Grayscale: #A1A1A1. Windows color (decimal): -4868608 or 46773. OLE color: 46773.
HSL color Cylindrical-coordinate representation of color #B5B600: hue angle of 60.33º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5B600 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.29 |
| HSL | 60.33º | 1% | 0.36% | - |
| HSV(B) | 60.33º | 1% | 0.71% | - |
| XYZ | 35.78 | 43.28 | 6.47 | - |
| YUV | 160.95 | 37.17 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 0 | 0.01 | 0 | 1 | 0.29 | 60.33 | 1 | 0.36 |
| Hex | B5 | B6 | 0 | 1 | 0 | 64 | 1D | 3C | 64 | 24 |
| Octal | 265 | 266 | 0 | 1 | 0 | 144 | 35 | 74 | 144 | 44 |
| Binary | 10110101 | 10110110 | 0 | 1 | 0 | 1100100 | 11101 | 111100 | 1100100 | 100100 |
Color Harmonies of #B5B600
Complementary color
Monochromatic Colors of #B5B600
Black with #B5B600
Text Example
Text Example
White with #B5B600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B600; }
p { color: rgb(181,182,0); }
H1.HeaderClassName
{
color: #B5B600;
}
.AnyTagClassName
{
color: #B5B600;
}
</style>
background-color css
<style>
a { background-color: #B5B600; }
a { background-color: rgb(181,182,0); }
div.DivClassName
{
background-color: #B5B600;
}
.BgClassName
{
background-color: #B5B600;
}
</style>
border-color css
<style>
span { border-color: #B5B600; }
span { border-color: rgb(181,182,0); }
td.TdClassName
{
border-color: #B5B600;
}
.TagClassName
{
border-color: #B5B600;
}
</style>