Shades of La Rioja #B5B90D
Tints of La Rioja #B5B90D
RGB
CMYK
RGB Variations
Color information
#B5B90D (or 0xB5B90D) is known color: La Rioja. HEX triplet: B5, B9 and 0D. RGB value is (181,185,13). Sum of RGB (Red+Green+Blue) = 181+185+13=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B90D is #4A46F2. Grayscale: #A4A4A4. Windows color (decimal): -4867827 or 899509. OLE color: 899509.
HSL color Cylindrical-coordinate representation of color #B5B90D: hue angle of 61.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5B90D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 13 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.27 |
| HSL | 61.4º | 0.87% | 0.39% | - |
| HSV(B) | 61.4º | 0.93% | 0.73% | - |
| XYZ | 36.48 | 44.55 | 7.06 | - |
| YUV | 164.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 13 | 0.02 | 0 | 0.93 | 0.27 | 61.4 | 0.87 | 0.39 |
| Hex | B5 | B9 | D | 2 | 0 | 5D | 1B | 3D | 57 | 27 |
| Octal | 265 | 271 | 15 | 2 | 0 | 135 | 33 | 75 | 127 | 47 |
| Binary | 10110101 | 10111001 | 1101 | 10 | 0 | 1011101 | 11011 | 111101 | 1010111 | 100111 |
Color Harmonies of #B5B90D
Complementary color
Monochromatic Colors of #B5B90D
Black with #B5B90D
Text Example
Text Example
White with #B5B90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B90D; }
p { color: rgb(181,185,13); }
H1.HeaderClassName
{
color: #B5B90D;
}
.AnyTagClassName
{
color: #B5B90D;
}
</style>
background-color css
<style>
a { background-color: #B5B90D; }
a { background-color: rgb(181,185,13); }
div.DivClassName
{
background-color: #B5B90D;
}
.BgClassName
{
background-color: #B5B90D;
}
</style>
border-color css
<style>
span { border-color: #B5B90D; }
span { border-color: rgb(181,185,13); }
td.TdClassName
{
border-color: #B5B90D;
}
.TagClassName
{
border-color: #B5B90D;
}
</style>