Shades of La Rioja #B2B80B
Tints of La Rioja #B2B80B
RGB
CMYK
RGB Variations
Color information
#B2B80B (or 0xB2B80B) is known color: La Rioja. HEX triplet: B2, B8 and 0B. RGB value is (178,184,11). Sum of RGB (Red+Green+Blue) = 178+184+11=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B80B is #4D47F4. Grayscale: #A3A3A3. Windows color (decimal): -5064693 or 768178. OLE color: 768178.
HSL color Cylindrical-coordinate representation of color #B2B80B: hue angle of 62.08º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2B80B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.28 |
| HSL | 62.08º | 0.89% | 0.38% | - |
| HSV(B) | 62.08º | 0.94% | 0.72% | - |
| XYZ | 35.56 | 43.77 | 6.89 | - |
| YUV | 162.48 | 42.51 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 11 | 0.03 | 0 | 0.94 | 0.28 | 62.08 | 0.89 | 0.38 |
| Hex | B2 | B8 | B | 3 | 0 | 5E | 1C | 3E | 59 | 26 |
| Octal | 262 | 270 | 13 | 3 | 0 | 136 | 34 | 76 | 131 | 46 |
| Binary | 10110010 | 10111000 | 1011 | 11 | 0 | 1011110 | 11100 | 111110 | 1011001 | 100110 |
Color Harmonies of #B2B80B
Complementary color
Monochromatic Colors of #B2B80B
Black with #B2B80B
Text Example
Text Example
White with #B2B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B80B; }
p { color: rgb(178,184,11); }
H1.HeaderClassName
{
color: #B2B80B;
}
.AnyTagClassName
{
color: #B2B80B;
}
</style>
background-color css
<style>
a { background-color: #B2B80B; }
a { background-color: rgb(178,184,11); }
div.DivClassName
{
background-color: #B2B80B;
}
.BgClassName
{
background-color: #B2B80B;
}
</style>
border-color css
<style>
span { border-color: #B2B80B; }
span { border-color: rgb(178,184,11); }
td.TdClassName
{
border-color: #B2B80B;
}
.TagClassName
{
border-color: #B2B80B;
}
</style>