Shades of La Rioja #B2C40B
Tints of La Rioja #B2C40B
RGB
CMYK
RGB Variations
Color information
#B2C40B (or 0xB2C40B) is known color: La Rioja. HEX triplet: B2, C4 and 0B. RGB value is (178,196,11). Sum of RGB (Red+Green+Blue) = 178+196+11=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C40B is #4D3BF4. Grayscale: #AAAAAA. Windows color (decimal): -5061621 or 771250. OLE color: 771250.
HSL color Cylindrical-coordinate representation of color #B2C40B: hue angle of 65.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2C40B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.23 |
| HSL | 65.84º | 0.89% | 0.41% | - |
| HSV(B) | 65.84º | 0.94% | 0.77% | - |
| XYZ | 38.16 | 48.97 | 7.76 | - |
| YUV | 169.53 | 38.54 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 11 | 0.09 | 0 | 0.94 | 0.23 | 65.84 | 0.89 | 0.41 |
| Hex | B2 | C4 | B | 9 | 0 | 5E | 17 | 42 | 59 | 29 |
| Octal | 262 | 304 | 13 | 11 | 0 | 136 | 27 | 102 | 131 | 51 |
| Binary | 10110010 | 11000100 | 1011 | 1001 | 0 | 1011110 | 10111 | 1000010 | 1011001 | 101001 |
Color Harmonies of #B2C40B
Complementary color
Monochromatic Colors of #B2C40B
Black with #B2C40B
Text Example
Text Example
White with #B2C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C40B; }
p { color: rgb(178,196,11); }
H1.HeaderClassName
{
color: #B2C40B;
}
.AnyTagClassName
{
color: #B2C40B;
}
</style>
background-color css
<style>
a { background-color: #B2C40B; }
a { background-color: rgb(178,196,11); }
div.DivClassName
{
background-color: #B2C40B;
}
.BgClassName
{
background-color: #B2C40B;
}
</style>
border-color css
<style>
span { border-color: #B2C40B; }
span { border-color: rgb(178,196,11); }
td.TdClassName
{
border-color: #B2C40B;
}
.TagClassName
{
border-color: #B2C40B;
}
</style>