Shades of La Rioja #B2C50F
Tints of La Rioja #B2C50F
RGB
CMYK
RGB Variations
Color information
#B2C50F (or 0xB2C50F) is known color: La Rioja. HEX triplet: B2, C5 and 0F. RGB value is (178,197,15). Sum of RGB (Red+Green+Blue) = 178+197+15=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C50F is #4D3AF0. Grayscale: #ABABAB. Windows color (decimal): -5061361 or 1033650. OLE color: 1033650.
HSL color Cylindrical-coordinate representation of color #B2C50F: hue angle of 66.26º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2C50F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 15 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.23 |
| HSL | 66.26º | 0.86% | 0.42% | - |
| HSV(B) | 66.26º | 0.92% | 0.77% | - |
| XYZ | 38.41 | 49.43 | 7.97 | - |
| YUV | 170.57 | 40.21 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 15 | 0.10 | 0 | 0.92 | 0.23 | 66.26 | 0.86 | 0.42 |
| Hex | B2 | C5 | F | A | 0 | 5C | 17 | 42 | 56 | 2A |
| Octal | 262 | 305 | 17 | 12 | 0 | 134 | 27 | 102 | 126 | 52 |
| Binary | 10110010 | 11000101 | 1111 | 1010 | 0 | 1011100 | 10111 | 1000010 | 1010110 | 101010 |
Color Harmonies of #B2C50F
Complementary color
Monochromatic Colors of #B2C50F
Black with #B2C50F
Text Example
Text Example
White with #B2C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C50F; }
p { color: rgb(178,197,15); }
H1.HeaderClassName
{
color: #B2C50F;
}
.AnyTagClassName
{
color: #B2C50F;
}
</style>
background-color css
<style>
a { background-color: #B2C50F; }
a { background-color: rgb(178,197,15); }
div.DivClassName
{
background-color: #B2C50F;
}
.BgClassName
{
background-color: #B2C50F;
}
</style>
border-color css
<style>
span { border-color: #B2C50F; }
span { border-color: rgb(178,197,15); }
td.TdClassName
{
border-color: #B2C50F;
}
.TagClassName
{
border-color: #B2C50F;
}
</style>