Shades of La Rioja #B2BA08
Tints of La Rioja #B2BA08
RGB
CMYK
RGB Variations
Color information
#B2BA08 (or 0xB2BA08) is known color: La Rioja. HEX triplet: B2, BA and 08. RGB value is (178,186,8). Sum of RGB (Red+Green+Blue) = 178+186+8=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA08 is #4D45F7. Grayscale: #A4A4A4. Windows color (decimal): -5064184 or 572082. OLE color: 572082.
HSL color Cylindrical-coordinate representation of color #B2BA08: hue angle of 62.7º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2BA08 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.27 |
| HSL | 62.7º | 0.92% | 0.38% | - |
| HSV(B) | 62.7º | 0.96% | 0.73% | - |
| XYZ | 35.96 | 44.6 | 6.94 | - |
| YUV | 163.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 8 | 0.04 | 0 | 0.96 | 0.27 | 62.7 | 0.92 | 0.38 |
| Hex | B2 | BA | 8 | 4 | 0 | 60 | 1B | 3F | 5C | 26 |
| Octal | 262 | 272 | 10 | 4 | 0 | 140 | 33 | 77 | 134 | 46 |
| Binary | 10110010 | 10111010 | 1000 | 100 | 0 | 1100000 | 11011 | 111111 | 1011100 | 100110 |
Color Harmonies of #B2BA08
Complementary color
Monochromatic Colors of #B2BA08
Black with #B2BA08
Text Example
Text Example
White with #B2BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA08; }
p { color: rgb(178,186,8); }
H1.HeaderClassName
{
color: #B2BA08;
}
.AnyTagClassName
{
color: #B2BA08;
}
</style>
background-color css
<style>
a { background-color: #B2BA08; }
a { background-color: rgb(178,186,8); }
div.DivClassName
{
background-color: #B2BA08;
}
.BgClassName
{
background-color: #B2BA08;
}
</style>
border-color css
<style>
span { border-color: #B2BA08; }
span { border-color: rgb(178,186,8); }
td.TdClassName
{
border-color: #B2BA08;
}
.TagClassName
{
border-color: #B2BA08;
}
</style>