Shades of La Rioja #B4C011
Tints of La Rioja #B4C011
RGB
CMYK
RGB Variations
Color information
#B4C011 (or 0xB4C011) is known color: La Rioja. HEX triplet: B4, C0 and 11. RGB value is (180,192,17). Sum of RGB (Red+Green+Blue) = 180+192+17=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C011 is #4B3FEE. Grayscale: #A9A9A9. Windows color (decimal): -4931567 or 1163444. OLE color: 1163444.
HSL color Cylindrical-coordinate representation of color #B4C011: hue angle of 64.11º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4C011 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 17 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.25 |
| HSL | 64.11º | 0.84% | 0.41% | - |
| HSV(B) | 64.11º | 0.91% | 0.75% | - |
| XYZ | 37.77 | 47.44 | 7.7 | - |
| YUV | 168.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 17 | 0.06 | 0 | 0.91 | 0.25 | 64.11 | 0.84 | 0.41 |
| Hex | B4 | C0 | 11 | 6 | 0 | 5B | 19 | 40 | 54 | 29 |
| Octal | 264 | 300 | 21 | 6 | 0 | 133 | 31 | 100 | 124 | 51 |
| Binary | 10110100 | 11000000 | 10001 | 110 | 0 | 1011011 | 11001 | 1000000 | 1010100 | 101001 |
Color Harmonies of #B4C011
Complementary color
Monochromatic Colors of #B4C011
Black with #B4C011
Text Example
Text Example
White with #B4C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C011; }
p { color: rgb(180,192,17); }
H1.HeaderClassName
{
color: #B4C011;
}
.AnyTagClassName
{
color: #B4C011;
}
</style>
background-color css
<style>
a { background-color: #B4C011; }
a { background-color: rgb(180,192,17); }
div.DivClassName
{
background-color: #B4C011;
}
.BgClassName
{
background-color: #B4C011;
}
</style>
border-color css
<style>
span { border-color: #B4C011; }
span { border-color: rgb(180,192,17); }
td.TdClassName
{
border-color: #B4C011;
}
.TagClassName
{
border-color: #B4C011;
}
</style>