Shades of La Rioja #B2B40C
Tints of La Rioja #B2B40C
RGB
CMYK
RGB Variations
Color information
#B2B40C (or 0xB2B40C) is known color: La Rioja. HEX triplet: B2, B4 and 0C. RGB value is (178,180,12). Sum of RGB (Red+Green+Blue) = 178+180+12=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B40C is #4D4BF3. Grayscale: #A0A0A0. Windows color (decimal): -5065716 or 832690. OLE color: 832690.
HSL color Cylindrical-coordinate representation of color #B2B40C: hue angle of 60.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2B40C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 12 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.29 |
| HSL | 60.71º | 0.88% | 0.38% | - |
| HSV(B) | 60.71º | 0.93% | 0.71% | - |
| XYZ | 34.75 | 42.13 | 6.65 | - |
| YUV | 160.25 | 44.34 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 12 | 0.01 | 0 | 0.93 | 0.29 | 60.71 | 0.88 | 0.38 |
| Hex | B2 | B4 | C | 1 | 0 | 5D | 1D | 3D | 58 | 26 |
| Octal | 262 | 264 | 14 | 1 | 0 | 135 | 35 | 75 | 130 | 46 |
| Binary | 10110010 | 10110100 | 1100 | 1 | 0 | 1011101 | 11101 | 111101 | 1011000 | 100110 |
Color Harmonies of #B2B40C
Complementary color
Monochromatic Colors of #B2B40C
Black with #B2B40C
Text Example
Text Example
White with #B2B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B40C; }
p { color: rgb(178,180,12); }
H1.HeaderClassName
{
color: #B2B40C;
}
.AnyTagClassName
{
color: #B2B40C;
}
</style>
background-color css
<style>
a { background-color: #B2B40C; }
a { background-color: rgb(178,180,12); }
div.DivClassName
{
background-color: #B2B40C;
}
.BgClassName
{
background-color: #B2B40C;
}
</style>
border-color css
<style>
span { border-color: #B2B40C; }
span { border-color: rgb(178,180,12); }
td.TdClassName
{
border-color: #B2B40C;
}
.TagClassName
{
border-color: #B2B40C;
}
</style>