Shades of La Rioja #B5C906
Tints of La Rioja #B5C906
RGB
CMYK
RGB Variations
Color information
#B5C906 (or 0xB5C906) is known color: La Rioja. HEX triplet: B5, C9 and 06. RGB value is (181,201,6). Sum of RGB (Red+Green+Blue) = 181+201+6=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C906 is #4A36F9. Grayscale: #ADADAD. Windows color (decimal): -4863738 or 444853. OLE color: 444853.
HSL color Cylindrical-coordinate representation of color #B5C906: hue angle of 66.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5C906 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 6 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.21 |
| HSL | 66.15º | 0.94% | 0.41% | - |
| HSV(B) | 66.15º | 0.97% | 0.79% | - |
| XYZ | 39.98 | 51.61 | 8.03 | - |
| YUV | 172.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 6 | 0.10 | 0 | 0.97 | 0.21 | 66.15 | 0.94 | 0.41 |
| Hex | B5 | C9 | 6 | A | 0 | 61 | 15 | 42 | 5E | 29 |
| Octal | 265 | 311 | 6 | 12 | 0 | 141 | 25 | 102 | 136 | 51 |
| Binary | 10110101 | 11001001 | 110 | 1010 | 0 | 1100001 | 10101 | 1000010 | 1011110 | 101001 |
Color Harmonies of #B5C906
Complementary color
Monochromatic Colors of #B5C906
Black with #B5C906
Text Example
Text Example
White with #B5C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C906; }
p { color: rgb(181,201,6); }
H1.HeaderClassName
{
color: #B5C906;
}
.AnyTagClassName
{
color: #B5C906;
}
</style>
background-color css
<style>
a { background-color: #B5C906; }
a { background-color: rgb(181,201,6); }
div.DivClassName
{
background-color: #B5C906;
}
.BgClassName
{
background-color: #B5C906;
}
</style>
border-color css
<style>
span { border-color: #B5C906; }
span { border-color: rgb(181,201,6); }
td.TdClassName
{
border-color: #B5C906;
}
.TagClassName
{
border-color: #B5C906;
}
</style>