Shades of La Rioja #B5C90C
Tints of La Rioja #B5C90C
RGB
CMYK
RGB Variations
Color information
#B5C90C (or 0xB5C90C) is known color: La Rioja. HEX triplet: B5, C9 and 0C. RGB value is (181,201,12). Sum of RGB (Red+Green+Blue) = 181+201+12=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C90C is #4A36F3. Grayscale: #AEAEAE. Windows color (decimal): -4863732 or 838069. OLE color: 838069.
HSL color Cylindrical-coordinate representation of color #B5C90C: hue angle of 66.35º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5C90C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 12 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.21 |
| HSL | 66.35º | 0.89% | 0.42% | - |
| HSV(B) | 66.35º | 0.94% | 0.79% | - |
| XYZ | 40.01 | 51.62 | 8.2 | - |
| YUV | 173.47 | 36.87 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 12 | 0.10 | 0 | 0.94 | 0.21 | 66.35 | 0.89 | 0.42 |
| Hex | B5 | C9 | C | A | 0 | 5E | 15 | 42 | 59 | 2A |
| Octal | 265 | 311 | 14 | 12 | 0 | 136 | 25 | 102 | 131 | 52 |
| Binary | 10110101 | 11001001 | 1100 | 1010 | 0 | 1011110 | 10101 | 1000010 | 1011001 | 101010 |
Color Harmonies of #B5C90C
Complementary color
Monochromatic Colors of #B5C90C
Black with #B5C90C
Text Example
Text Example
White with #B5C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C90C; }
p { color: rgb(181,201,12); }
H1.HeaderClassName
{
color: #B5C90C;
}
.AnyTagClassName
{
color: #B5C90C;
}
</style>
background-color css
<style>
a { background-color: #B5C90C; }
a { background-color: rgb(181,201,12); }
div.DivClassName
{
background-color: #B5C90C;
}
.BgClassName
{
background-color: #B5C90C;
}
</style>
border-color css
<style>
span { border-color: #B5C90C; }
span { border-color: rgb(181,201,12); }
td.TdClassName
{
border-color: #B5C90C;
}
.TagClassName
{
border-color: #B5C90C;
}
</style>