Shades of La Rioja #B4C00F
Tints of La Rioja #B4C00F
RGB
CMYK
RGB Variations
Color information
#B4C00F (or 0xB4C00F) is known color: La Rioja. HEX triplet: B4, C0 and 0F. RGB value is (180,192,15). Sum of RGB (Red+Green+Blue) = 180+192+15=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C00F is #4B3FF0. Grayscale: #A8A8A8. Windows color (decimal): -4931569 or 1032372. OLE color: 1032372.
HSL color Cylindrical-coordinate representation of color #B4C00F: hue angle of 64.07º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4C00F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 15 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.25 |
| HSL | 64.07º | 0.86% | 0.41% | - |
| HSV(B) | 64.07º | 0.92% | 0.75% | - |
| XYZ | 37.76 | 47.44 | 7.62 | - |
| YUV | 168.23 | 41.52 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 15 | 0.06 | 0 | 0.92 | 0.25 | 64.07 | 0.86 | 0.41 |
| Hex | B4 | C0 | F | 6 | 0 | 5C | 19 | 40 | 56 | 29 |
| Octal | 264 | 300 | 17 | 6 | 0 | 134 | 31 | 100 | 126 | 51 |
| Binary | 10110100 | 11000000 | 1111 | 110 | 0 | 1011100 | 11001 | 1000000 | 1010110 | 101001 |
Color Harmonies of #B4C00F
Complementary color
Monochromatic Colors of #B4C00F
Black with #B4C00F
Text Example
Text Example
White with #B4C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C00F; }
p { color: rgb(180,192,15); }
H1.HeaderClassName
{
color: #B4C00F;
}
.AnyTagClassName
{
color: #B4C00F;
}
</style>
background-color css
<style>
a { background-color: #B4C00F; }
a { background-color: rgb(180,192,15); }
div.DivClassName
{
background-color: #B4C00F;
}
.BgClassName
{
background-color: #B4C00F;
}
</style>
border-color css
<style>
span { border-color: #B4C00F; }
span { border-color: rgb(180,192,15); }
td.TdClassName
{
border-color: #B4C00F;
}
.TagClassName
{
border-color: #B4C00F;
}
</style>