Shades of La Rioja #B2C40D
Tints of La Rioja #B2C40D
RGB
CMYK
RGB Variations
Color information
#B2C40D (or 0xB2C40D) is known color: La Rioja. HEX triplet: B2, C4 and 0D. RGB value is (178,196,13). Sum of RGB (Red+Green+Blue) = 178+196+13=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C40D is #4D3BF2. Grayscale: #AAAAAA. Windows color (decimal): -5061619 or 902322. OLE color: 902322.
HSL color Cylindrical-coordinate representation of color #B2C40D: hue angle of 65.9º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2C40D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 13 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.23 |
| HSL | 65.9º | 0.88% | 0.41% | - |
| HSV(B) | 65.9º | 0.93% | 0.77% | - |
| XYZ | 38.17 | 48.97 | 7.82 | - |
| YUV | 169.76 | 39.54 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 13 | 0.09 | 0 | 0.93 | 0.23 | 65.9 | 0.88 | 0.41 |
| Hex | B2 | C4 | D | 9 | 0 | 5D | 17 | 42 | 58 | 29 |
| Octal | 262 | 304 | 15 | 11 | 0 | 135 | 27 | 102 | 130 | 51 |
| Binary | 10110010 | 11000100 | 1101 | 1001 | 0 | 1011101 | 10111 | 1000010 | 1011000 | 101001 |
Color Harmonies of #B2C40D
Complementary color
Monochromatic Colors of #B2C40D
Black with #B2C40D
Text Example
Text Example
White with #B2C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C40D; }
p { color: rgb(178,196,13); }
H1.HeaderClassName
{
color: #B2C40D;
}
.AnyTagClassName
{
color: #B2C40D;
}
</style>
background-color css
<style>
a { background-color: #B2C40D; }
a { background-color: rgb(178,196,13); }
div.DivClassName
{
background-color: #B2C40D;
}
.BgClassName
{
background-color: #B2C40D;
}
</style>
border-color css
<style>
span { border-color: #B2C40D; }
span { border-color: rgb(178,196,13); }
td.TdClassName
{
border-color: #B2C40D;
}
.TagClassName
{
border-color: #B2C40D;
}
</style>