Shades of La Rioja #B2BA09
Tints of La Rioja #B2BA09
RGB
CMYK
RGB Variations
Color information
#B2BA09 (or 0xB2BA09) is known color: La Rioja. HEX triplet: B2, BA and 09. RGB value is (178,186,9). Sum of RGB (Red+Green+Blue) = 178+186+9=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA09 is #4D45F6. Grayscale: #A4A4A4. Windows color (decimal): -5064183 or 637618. OLE color: 637618.
HSL color Cylindrical-coordinate representation of color #B2BA09: hue angle of 62.71º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2BA09 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 9 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.27 |
| HSL | 62.71º | 0.91% | 0.38% | - |
| HSV(B) | 62.71º | 0.95% | 0.73% | - |
| XYZ | 35.97 | 44.6 | 6.97 | - |
| YUV | 163.43 | 40.85 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 9 | 0.04 | 0 | 0.95 | 0.27 | 62.71 | 0.91 | 0.38 |
| Hex | B2 | BA | 9 | 4 | 0 | 5F | 1B | 3F | 5B | 26 |
| Octal | 262 | 272 | 11 | 4 | 0 | 137 | 33 | 77 | 133 | 46 |
| Binary | 10110010 | 10111010 | 1001 | 100 | 0 | 1011111 | 11011 | 111111 | 1011011 | 100110 |
Color Harmonies of #B2BA09
Complementary color
Monochromatic Colors of #B2BA09
Black with #B2BA09
Text Example
Text Example
White with #B2BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA09; }
p { color: rgb(178,186,9); }
H1.HeaderClassName
{
color: #B2BA09;
}
.AnyTagClassName
{
color: #B2BA09;
}
</style>
background-color css
<style>
a { background-color: #B2BA09; }
a { background-color: rgb(178,186,9); }
div.DivClassName
{
background-color: #B2BA09;
}
.BgClassName
{
background-color: #B2BA09;
}
</style>
border-color css
<style>
span { border-color: #B2BA09; }
span { border-color: rgb(178,186,9); }
td.TdClassName
{
border-color: #B2BA09;
}
.TagClassName
{
border-color: #B2BA09;
}
</style>