Shades of La Rioja #B0B802
Tints of La Rioja #B0B802
RGB
CMYK
RGB Variations
Color information
#B0B802 (or 0xB0B802) is known color: La Rioja. HEX triplet: B0, B8 and 02. RGB value is (176,184,2). Sum of RGB (Red+Green+Blue) = 176+184+2=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #B0B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B802 is #4F47FD. Grayscale: #A1A1A1. Windows color (decimal): -5195774 or 178352. OLE color: 178352.
HSL color Cylindrical-coordinate representation of color #B0B802: hue angle of 62.64º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0B802 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 184 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.28 |
| HSL | 62.64º | 0.98% | 0.36% | - |
| HSV(B) | 62.64º | 0.99% | 0.72% | - |
| XYZ | 35.06 | 43.52 | 6.61 | - |
| YUV | 160.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 184 | 2 | 0.04 | 0 | 0.99 | 0.28 | 62.64 | 0.98 | 0.36 |
| Hex | B0 | B8 | 2 | 4 | 0 | 63 | 1C | 3F | 62 | 24 |
| Octal | 260 | 270 | 2 | 4 | 0 | 143 | 34 | 77 | 142 | 44 |
| Binary | 10110000 | 10111000 | 10 | 100 | 0 | 1100011 | 11100 | 111111 | 1100010 | 100100 |
Color Harmonies of #B0B802
Complementary color
Monochromatic Colors of #B0B802
Black with #B0B802
Text Example
Text Example
White with #B0B802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B802; }
p { color: rgb(176,184,2); }
H1.HeaderClassName
{
color: #B0B802;
}
.AnyTagClassName
{
color: #B0B802;
}
</style>
background-color css
<style>
a { background-color: #B0B802; }
a { background-color: rgb(176,184,2); }
div.DivClassName
{
background-color: #B0B802;
}
.BgClassName
{
background-color: #B0B802;
}
</style>
border-color css
<style>
span { border-color: #B0B802; }
span { border-color: rgb(176,184,2); }
td.TdClassName
{
border-color: #B0B802;
}
.TagClassName
{
border-color: #B0B802;
}
</style>