Shades of La Rioja #B5C705
Tints of La Rioja #B5C705
RGB
CMYK
RGB Variations
Color information
#B5C705 (or 0xB5C705) is known color: La Rioja. HEX triplet: B5, C7 and 05. RGB value is (181,199,5). Sum of RGB (Red+Green+Blue) = 181+199+5=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C705 is #4A38FA. Grayscale: #ACACAC. Windows color (decimal): -4864251 or 378805. OLE color: 378805.
HSL color Cylindrical-coordinate representation of color #B5C705: hue angle of 65.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5C705 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 199 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.22 |
| HSL | 65.57º | 0.95% | 0.4% | - |
| HSV(B) | 65.57º | 0.97% | 0.78% | - |
| XYZ | 39.51 | 50.68 | 7.84 | - |
| YUV | 171.5 | 34.04 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 199 | 5 | 0.09 | 0 | 0.97 | 0.22 | 65.57 | 0.95 | 0.4 |
| Hex | B5 | C7 | 5 | 9 | 0 | 61 | 16 | 42 | 5F | 28 |
| Octal | 265 | 307 | 5 | 11 | 0 | 141 | 26 | 102 | 137 | 50 |
| Binary | 10110101 | 11000111 | 101 | 1001 | 0 | 1100001 | 10110 | 1000010 | 1011111 | 101000 |
Color Harmonies of #B5C705
Complementary color
Monochromatic Colors of #B5C705
Black with #B5C705
Text Example
Text Example
White with #B5C705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C705; }
p { color: rgb(181,199,5); }
H1.HeaderClassName
{
color: #B5C705;
}
.AnyTagClassName
{
color: #B5C705;
}
</style>
background-color css
<style>
a { background-color: #B5C705; }
a { background-color: rgb(181,199,5); }
div.DivClassName
{
background-color: #B5C705;
}
.BgClassName
{
background-color: #B5C705;
}
</style>
border-color css
<style>
span { border-color: #B5C705; }
span { border-color: rgb(181,199,5); }
td.TdClassName
{
border-color: #B5C705;
}
.TagClassName
{
border-color: #B5C705;
}
</style>