Shades of La Rioja #B2BA17
Tints of La Rioja #B2BA17
RGB
CMYK
RGB Variations
Color information
#B2BA17 (or 0xB2BA17) is known color: La Rioja. HEX triplet: B2, BA and 17. RGB value is (178,186,23). Sum of RGB (Red+Green+Blue) = 178+186+23=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BA17 is #4D45E8. Grayscale: #A5A5A5. Windows color (decimal): -5064169 or 1555122. OLE color: 1555122.
HSL color Cylindrical-coordinate representation of color #B2BA17: hue angle of 62.94º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2BA17 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 23 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.27 |
| HSL | 62.94º | 0.78% | 0.41% | - |
| HSV(B) | 62.94º | 0.88% | 0.73% | - |
| XYZ | 36.07 | 44.64 | 7.53 | - |
| YUV | 165.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 23 | 0.04 | 0 | 0.88 | 0.27 | 62.94 | 0.78 | 0.41 |
| Hex | B2 | BA | 17 | 4 | 0 | 58 | 1B | 3F | 4E | 29 |
| Octal | 262 | 272 | 27 | 4 | 0 | 130 | 33 | 77 | 116 | 51 |
| Binary | 10110010 | 10111010 | 10111 | 100 | 0 | 1011000 | 11011 | 111111 | 1001110 | 101001 |
Color Harmonies of #B2BA17
Complementary color
Monochromatic Colors of #B2BA17
Black with #B2BA17
Text Example
Text Example
White with #B2BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA17; }
p { color: rgb(178,186,23); }
H1.HeaderClassName
{
color: #B2BA17;
}
.AnyTagClassName
{
color: #B2BA17;
}
</style>
background-color css
<style>
a { background-color: #B2BA17; }
a { background-color: rgb(178,186,23); }
div.DivClassName
{
background-color: #B2BA17;
}
.BgClassName
{
background-color: #B2BA17;
}
</style>
border-color css
<style>
span { border-color: #B2BA17; }
span { border-color: rgb(178,186,23); }
td.TdClassName
{
border-color: #B2BA17;
}
.TagClassName
{
border-color: #B2BA17;
}
</style>