Shades of La Rioja #B5C00A
Tints of La Rioja #B5C00A
RGB
CMYK
RGB Variations
Color information
#B5C00A (or 0xB5C00A) is known color: La Rioja. HEX triplet: B5, C0 and 0A. RGB value is (181,192,10). Sum of RGB (Red+Green+Blue) = 181+192+10=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C00A is #4A3FF5. Grayscale: #A8A8A8. Windows color (decimal): -4866038 or 704693. OLE color: 704693.
HSL color Cylindrical-coordinate representation of color #B5C00A: hue angle of 63.63º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5C00A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 10 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.25 |
| HSL | 63.63º | 0.9% | 0.4% | - |
| HSV(B) | 63.63º | 0.95% | 0.75% | - |
| XYZ | 37.96 | 47.54 | 7.46 | - |
| YUV | 167.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 10 | 0.06 | 0 | 0.95 | 0.25 | 63.63 | 0.9 | 0.4 |
| Hex | B5 | C0 | A | 6 | 0 | 5F | 19 | 40 | 5A | 28 |
| Octal | 265 | 300 | 12 | 6 | 0 | 137 | 31 | 100 | 132 | 50 |
| Binary | 10110101 | 11000000 | 1010 | 110 | 0 | 1011111 | 11001 | 1000000 | 1011010 | 101000 |
Color Harmonies of #B5C00A
Complementary color
Monochromatic Colors of #B5C00A
Black with #B5C00A
Text Example
Text Example
White with #B5C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C00A; }
p { color: rgb(181,192,10); }
H1.HeaderClassName
{
color: #B5C00A;
}
.AnyTagClassName
{
color: #B5C00A;
}
</style>
background-color css
<style>
a { background-color: #B5C00A; }
a { background-color: rgb(181,192,10); }
div.DivClassName
{
background-color: #B5C00A;
}
.BgClassName
{
background-color: #B5C00A;
}
</style>
border-color css
<style>
span { border-color: #B5C00A; }
span { border-color: rgb(181,192,10); }
td.TdClassName
{
border-color: #B5C00A;
}
.TagClassName
{
border-color: #B5C00A;
}
</style>