Shades of La Rioja #B2B90B
Tints of La Rioja #B2B90B
RGB
CMYK
RGB Variations
Color information
#B2B90B (or 0xB2B90B) is known color: La Rioja. HEX triplet: B2, B9 and 0B. RGB value is (178,185,11). Sum of RGB (Red+Green+Blue) = 178+185+11=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B90B is #4D46F4. Grayscale: #A3A3A3. Windows color (decimal): -5064437 or 768434. OLE color: 768434.
HSL color Cylindrical-coordinate representation of color #B2B90B: hue angle of 62.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2B90B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.27 |
| HSL | 62.41º | 0.89% | 0.38% | - |
| HSV(B) | 62.41º | 0.94% | 0.73% | - |
| XYZ | 35.77 | 44.19 | 6.96 | - |
| YUV | 163.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 11 | 0.04 | 0 | 0.94 | 0.27 | 62.41 | 0.89 | 0.38 |
| Hex | B2 | B9 | B | 4 | 0 | 5E | 1B | 3E | 59 | 26 |
| Octal | 262 | 271 | 13 | 4 | 0 | 136 | 33 | 76 | 131 | 46 |
| Binary | 10110010 | 10111001 | 1011 | 100 | 0 | 1011110 | 11011 | 111110 | 1011001 | 100110 |
Color Harmonies of #B2B90B
Complementary color
Monochromatic Colors of #B2B90B
Black with #B2B90B
Text Example
Text Example
White with #B2B90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B90B; }
p { color: rgb(178,185,11); }
H1.HeaderClassName
{
color: #B2B90B;
}
.AnyTagClassName
{
color: #B2B90B;
}
</style>
background-color css
<style>
a { background-color: #B2B90B; }
a { background-color: rgb(178,185,11); }
div.DivClassName
{
background-color: #B2B90B;
}
.BgClassName
{
background-color: #B2B90B;
}
</style>
border-color css
<style>
span { border-color: #B2B90B; }
span { border-color: rgb(178,185,11); }
td.TdClassName
{
border-color: #B2B90B;
}
.TagClassName
{
border-color: #B2B90B;
}
</style>