Shades of La Rioja #B5B80A
Tints of La Rioja #B5B80A
RGB
CMYK
RGB Variations
Color information
#B5B80A (or 0xB5B80A) is known color: La Rioja. HEX triplet: B5, B8 and 0A. RGB value is (181,184,10). Sum of RGB (Red+Green+Blue) = 181+184+10=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B80A is #4A47F5. Grayscale: #A3A3A3. Windows color (decimal): -4868086 or 702645. OLE color: 702645.
HSL color Cylindrical-coordinate representation of color #B5B80A: hue angle of 61.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5B80A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 10 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.28 |
| HSL | 61.03º | 0.9% | 0.38% | - |
| HSV(B) | 61.03º | 0.95% | 0.72% | - |
| XYZ | 36.25 | 44.13 | 6.89 | - |
| YUV | 163.27 | 41.51 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 10 | 0.02 | 0 | 0.95 | 0.28 | 61.03 | 0.9 | 0.38 |
| Hex | B5 | B8 | A | 2 | 0 | 5F | 1C | 3D | 5A | 26 |
| Octal | 265 | 270 | 12 | 2 | 0 | 137 | 34 | 75 | 132 | 46 |
| Binary | 10110101 | 10111000 | 1010 | 10 | 0 | 1011111 | 11100 | 111101 | 1011010 | 100110 |
Color Harmonies of #B5B80A
Complementary color
Monochromatic Colors of #B5B80A
Black with #B5B80A
Text Example
Text Example
White with #B5B80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B80A; }
p { color: rgb(181,184,10); }
H1.HeaderClassName
{
color: #B5B80A;
}
.AnyTagClassName
{
color: #B5B80A;
}
</style>
background-color css
<style>
a { background-color: #B5B80A; }
a { background-color: rgb(181,184,10); }
div.DivClassName
{
background-color: #B5B80A;
}
.BgClassName
{
background-color: #B5B80A;
}
</style>
border-color css
<style>
span { border-color: #B5B80A; }
span { border-color: rgb(181,184,10); }
td.TdClassName
{
border-color: #B5B80A;
}
.TagClassName
{
border-color: #B5B80A;
}
</style>