Shades of La Rioja #B2B40A
Tints of La Rioja #B2B40A
RGB
CMYK
RGB Variations
Color information
#B2B40A (or 0xB2B40A) is known color: La Rioja. HEX triplet: B2, B4 and 0A. RGB value is (178,180,10). Sum of RGB (Red+Green+Blue) = 178+180+10=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B40A is #4D4BF5. Grayscale: #A0A0A0. Windows color (decimal): -5065718 or 701618. OLE color: 701618.
HSL color Cylindrical-coordinate representation of color #B2B40A: hue angle of 60.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2B40A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 10 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.29 |
| HSL | 60.71º | 0.89% | 0.37% | - |
| HSV(B) | 60.71º | 0.94% | 0.71% | - |
| XYZ | 34.74 | 42.13 | 6.59 | - |
| YUV | 160.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 10 | 0.01 | 0 | 0.94 | 0.29 | 60.71 | 0.89 | 0.37 |
| Hex | B2 | B4 | A | 1 | 0 | 5E | 1D | 3D | 59 | 25 |
| Octal | 262 | 264 | 12 | 1 | 0 | 136 | 35 | 75 | 131 | 45 |
| Binary | 10110010 | 10110100 | 1010 | 1 | 0 | 1011110 | 11101 | 111101 | 1011001 | 100101 |
Color Harmonies of #B2B40A
Complementary color
Monochromatic Colors of #B2B40A
Black with #B2B40A
Text Example
Text Example
White with #B2B40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B40A; }
p { color: rgb(178,180,10); }
H1.HeaderClassName
{
color: #B2B40A;
}
.AnyTagClassName
{
color: #B2B40A;
}
</style>
background-color css
<style>
a { background-color: #B2B40A; }
a { background-color: rgb(178,180,10); }
div.DivClassName
{
background-color: #B2B40A;
}
.BgClassName
{
background-color: #B2B40A;
}
</style>
border-color css
<style>
span { border-color: #B2B40A; }
span { border-color: rgb(178,180,10); }
td.TdClassName
{
border-color: #B2B40A;
}
.TagClassName
{
border-color: #B2B40A;
}
</style>