Shades of La Rioja #B5C40D
Tints of La Rioja #B5C40D
RGB
CMYK
RGB Variations
Color information
#B5C40D (or 0xB5C40D) is known color: La Rioja. HEX triplet: B5, C4 and 0D. RGB value is (181,196,13). Sum of RGB (Red+Green+Blue) = 181+196+13=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C40D is #4A3BF2. Grayscale: #ABABAB. Windows color (decimal): -4865011 or 902325. OLE color: 902325.
HSL color Cylindrical-coordinate representation of color #B5C40D: hue angle of 64.92º 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 #B5C40D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 13 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.23 |
| HSL | 64.92º | 0.88% | 0.41% | - |
| HSV(B) | 64.92º | 0.93% | 0.77% | - |
| XYZ | 38.87 | 49.33 | 7.85 | - |
| YUV | 170.65 | 39.03 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 13 | 0.08 | 0 | 0.93 | 0.23 | 64.92 | 0.88 | 0.41 |
| Hex | B5 | C4 | D | 8 | 0 | 5D | 17 | 41 | 58 | 29 |
| Octal | 265 | 304 | 15 | 10 | 0 | 135 | 27 | 101 | 130 | 51 |
| Binary | 10110101 | 11000100 | 1101 | 1000 | 0 | 1011101 | 10111 | 1000001 | 1011000 | 101001 |
Color Harmonies of #B5C40D
Complementary color
Monochromatic Colors of #B5C40D
Black with #B5C40D
Text Example
Text Example
White with #B5C40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C40D; }
p { color: rgb(181,196,13); }
H1.HeaderClassName
{
color: #B5C40D;
}
.AnyTagClassName
{
color: #B5C40D;
}
</style>
background-color css
<style>
a { background-color: #B5C40D; }
a { background-color: rgb(181,196,13); }
div.DivClassName
{
background-color: #B5C40D;
}
.BgClassName
{
background-color: #B5C40D;
}
</style>
border-color css
<style>
span { border-color: #B5C40D; }
span { border-color: rgb(181,196,13); }
td.TdClassName
{
border-color: #B5C40D;
}
.TagClassName
{
border-color: #B5C40D;
}
</style>