Shades of La Rioja #B5B80C
Tints of La Rioja #B5B80C
RGB
CMYK
RGB Variations
Color information
#B5B80C (or 0xB5B80C) is known color: La Rioja. HEX triplet: B5, B8 and 0C. RGB value is (181,184,12). Sum of RGB (Red+Green+Blue) = 181+184+12=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B80C is #4A47F3. Grayscale: #A4A4A4. Windows color (decimal): -4868084 or 833717. OLE color: 833717.
HSL color Cylindrical-coordinate representation of color #B5B80C: hue angle of 61.05º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5B80C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 12 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.28 |
| HSL | 61.05º | 0.88% | 0.38% | - |
| HSV(B) | 61.05º | 0.93% | 0.72% | - |
| XYZ | 36.26 | 44.13 | 6.95 | - |
| YUV | 163.5 | 42.51 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 12 | 0.02 | 0 | 0.93 | 0.28 | 61.05 | 0.88 | 0.38 |
| Hex | B5 | B8 | C | 2 | 0 | 5D | 1C | 3D | 58 | 26 |
| Octal | 265 | 270 | 14 | 2 | 0 | 135 | 34 | 75 | 130 | 46 |
| Binary | 10110101 | 10111000 | 1100 | 10 | 0 | 1011101 | 11100 | 111101 | 1011000 | 100110 |
Color Harmonies of #B5B80C
Complementary color
Monochromatic Colors of #B5B80C
Black with #B5B80C
Text Example
Text Example
White with #B5B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B80C; }
p { color: rgb(181,184,12); }
H1.HeaderClassName
{
color: #B5B80C;
}
.AnyTagClassName
{
color: #B5B80C;
}
</style>
background-color css
<style>
a { background-color: #B5B80C; }
a { background-color: rgb(181,184,12); }
div.DivClassName
{
background-color: #B5B80C;
}
.BgClassName
{
background-color: #B5B80C;
}
</style>
border-color css
<style>
span { border-color: #B5B80C; }
span { border-color: rgb(181,184,12); }
td.TdClassName
{
border-color: #B5B80C;
}
.TagClassName
{
border-color: #B5B80C;
}
</style>