Shades of La Rioja #B9BC12
Tints of La Rioja #B9BC12
RGB
CMYK
RGB Variations
Color information
#B9BC12 (or 0xB9BC12) is known color: La Rioja. HEX triplet: B9, BC and 12. RGB value is (185,188,18). Sum of RGB (Red+Green+Blue) = 185+188+18=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BC12 is #4643ED. Grayscale: #A8A8A8. Windows color (decimal): -4604910 or 1227961. OLE color: 1227961.
HSL color Cylindrical-coordinate representation of color #B9BC12: hue angle of 61.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9BC12 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 18 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.26 |
| HSL | 61.06º | 0.83% | 0.4% | - |
| HSV(B) | 61.06º | 0.9% | 0.74% | - |
| XYZ | 38.1 | 46.32 | 7.51 | - |
| YUV | 167.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 18 | 0.02 | 0 | 0.90 | 0.26 | 61.06 | 0.83 | 0.4 |
| Hex | B9 | BC | 12 | 2 | 0 | 5A | 1A | 3D | 53 | 28 |
| Octal | 271 | 274 | 22 | 2 | 0 | 132 | 32 | 75 | 123 | 50 |
| Binary | 10111001 | 10111100 | 10010 | 10 | 0 | 1011010 | 11010 | 111101 | 1010011 | 101000 |
Color Harmonies of #B9BC12
Complementary color
Monochromatic Colors of #B9BC12
Black with #B9BC12
Text Example
Text Example
White with #B9BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC12; }
p { color: rgb(185,188,18); }
H1.HeaderClassName
{
color: #B9BC12;
}
.AnyTagClassName
{
color: #B9BC12;
}
</style>
background-color css
<style>
a { background-color: #B9BC12; }
a { background-color: rgb(185,188,18); }
div.DivClassName
{
background-color: #B9BC12;
}
.BgClassName
{
background-color: #B9BC12;
}
</style>
border-color css
<style>
span { border-color: #B9BC12; }
span { border-color: rgb(185,188,18); }
td.TdClassName
{
border-color: #B9BC12;
}
.TagClassName
{
border-color: #B9BC12;
}
</style>