Shades of La Rioja #B4D100
Tints of La Rioja #B4D100
RGB
CMYK
RGB Variations
Color information
#B4D100 (or 0xB4D100) is known color: La Rioja. HEX triplet: B4, D1 and 00. RGB value is (180,209,0). Sum of RGB (Red+Green+Blue) = 180+209+0=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D100 is #4B2EFF. Grayscale: #B1B1B1. Windows color (decimal): -4927232 or 53684. OLE color: 53684.
HSL color Cylindrical-coordinate representation of color #B4D100: hue angle of 68.33º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4D100 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.18 |
| HSL | 68.33º | 1% | 0.41% | - |
| HSV(B) | 68.33º | 1% | 0.82% | - |
| XYZ | 41.62 | 55.3 | 8.48 | - |
| YUV | 176.5 | 28.39 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 0 | 0.14 | 0 | 1 | 0.18 | 68.33 | 1 | 0.41 |
| Hex | B4 | D1 | 0 | E | 0 | 64 | 12 | 44 | 64 | 29 |
| Octal | 264 | 321 | 0 | 16 | 0 | 144 | 22 | 104 | 144 | 51 |
| Binary | 10110100 | 11010001 | 0 | 1110 | 0 | 1100100 | 10010 | 1000100 | 1100100 | 101001 |
Color Harmonies of #B4D100
Complementary color
Monochromatic Colors of #B4D100
Black with #B4D100
Text Example
Text Example
White with #B4D100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D100; }
p { color: rgb(180,209,0); }
H1.HeaderClassName
{
color: #B4D100;
}
.AnyTagClassName
{
color: #B4D100;
}
</style>
background-color css
<style>
a { background-color: #B4D100; }
a { background-color: rgb(180,209,0); }
div.DivClassName
{
background-color: #B4D100;
}
.BgClassName
{
background-color: #B4D100;
}
</style>
border-color css
<style>
span { border-color: #B4D100; }
span { border-color: rgb(180,209,0); }
td.TdClassName
{
border-color: #B4D100;
}
.TagClassName
{
border-color: #B4D100;
}
</style>