Shades of La Rioja #B9BC04
Tints of La Rioja #B9BC04
RGB
CMYK
RGB Variations
Color information
#B9BC04 (or 0xB9BC04) is known color: La Rioja. HEX triplet: B9, BC and 04. RGB value is (185,188,4). Sum of RGB (Red+Green+Blue) = 185+188+4=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BC04 is #4643FB. Grayscale: #A6A6A6. Windows color (decimal): -4604924 or 310457. OLE color: 310457.
HSL color Cylindrical-coordinate representation of color #B9BC04: hue angle of 60.98º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9BC04 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 4 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.26 |
| HSL | 60.98º | 0.96% | 0.38% | - |
| HSV(B) | 60.98º | 0.98% | 0.74% | - |
| XYZ | 38.01 | 46.29 | 7.05 | - |
| YUV | 166.13 | 36.51 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 4 | 0.02 | 0 | 0.98 | 0.26 | 60.98 | 0.96 | 0.38 |
| Hex | B9 | BC | 4 | 2 | 0 | 62 | 1A | 3D | 60 | 26 |
| Octal | 271 | 274 | 4 | 2 | 0 | 142 | 32 | 75 | 140 | 46 |
| Binary | 10111001 | 10111100 | 100 | 10 | 0 | 1100010 | 11010 | 111101 | 1100000 | 100110 |
Color Harmonies of #B9BC04
Complementary color
Monochromatic Colors of #B9BC04
Black with #B9BC04
Text Example
Text Example
White with #B9BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC04; }
p { color: rgb(185,188,4); }
H1.HeaderClassName
{
color: #B9BC04;
}
.AnyTagClassName
{
color: #B9BC04;
}
</style>
background-color css
<style>
a { background-color: #B9BC04; }
a { background-color: rgb(185,188,4); }
div.DivClassName
{
background-color: #B9BC04;
}
.BgClassName
{
background-color: #B9BC04;
}
</style>
border-color css
<style>
span { border-color: #B9BC04; }
span { border-color: rgb(185,188,4); }
td.TdClassName
{
border-color: #B9BC04;
}
.TagClassName
{
border-color: #B9BC04;
}
</style>