Shades of La Rioja #B2B805
Tints of La Rioja #B2B805
RGB
CMYK
RGB Variations
Color information
#B2B805 (or 0xB2B805) is known color: La Rioja. HEX triplet: B2, B8 and 05. RGB value is (178,184,5). Sum of RGB (Red+Green+Blue) = 178+184+5=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B805 is #4D47FA. Grayscale: #A2A2A2. Windows color (decimal): -5064699 or 374962. OLE color: 374962.
HSL color Cylindrical-coordinate representation of color #B2B805: hue angle of 62.01º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2B805 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 5 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.28 |
| HSL | 62.01º | 0.95% | 0.37% | - |
| HSV(B) | 62.01º | 0.97% | 0.72% | - |
| XYZ | 35.53 | 43.76 | 6.72 | - |
| YUV | 161.8 | 39.51 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 5 | 0.03 | 0 | 0.97 | 0.28 | 62.01 | 0.95 | 0.37 |
| Hex | B2 | B8 | 5 | 3 | 0 | 61 | 1C | 3E | 5F | 25 |
| Octal | 262 | 270 | 5 | 3 | 0 | 141 | 34 | 76 | 137 | 45 |
| Binary | 10110010 | 10111000 | 101 | 11 | 0 | 1100001 | 11100 | 111110 | 1011111 | 100101 |
Color Harmonies of #B2B805
Complementary color
Monochromatic Colors of #B2B805
Black with #B2B805
Text Example
Text Example
White with #B2B805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B805; }
p { color: rgb(178,184,5); }
H1.HeaderClassName
{
color: #B2B805;
}
.AnyTagClassName
{
color: #B2B805;
}
</style>
background-color css
<style>
a { background-color: #B2B805; }
a { background-color: rgb(178,184,5); }
div.DivClassName
{
background-color: #B2B805;
}
.BgClassName
{
background-color: #B2B805;
}
</style>
border-color css
<style>
span { border-color: #B2B805; }
span { border-color: rgb(178,184,5); }
td.TdClassName
{
border-color: #B2B805;
}
.TagClassName
{
border-color: #B2B805;
}
</style>