Shades of La Rioja #B9C015
Tints of La Rioja #B9C015
RGB
CMYK
RGB Variations
Color information
#B9C015 (or 0xB9C015) is known color: La Rioja. HEX triplet: B9, C0 and 15. RGB value is (185,192,21). Sum of RGB (Red+Green+Blue) = 185+192+21=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C015 is #463FEA. Grayscale: #ABABAB. Windows color (decimal): -4603883 or 1425593. OLE color: 1425593.
HSL color Cylindrical-coordinate representation of color #B9C015: hue angle of 62.46º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9C015 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 21 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.25 |
| HSL | 62.46º | 0.8% | 0.42% | - |
| HSV(B) | 62.46º | 0.89% | 0.75% | - |
| XYZ | 38.99 | 48.07 | 7.93 | - |
| YUV | 170.41 | 43.68 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 21 | 0.04 | 0 | 0.89 | 0.25 | 62.46 | 0.8 | 0.42 |
| Hex | B9 | C0 | 15 | 4 | 0 | 59 | 19 | 3E | 50 | 2A |
| Octal | 271 | 300 | 25 | 4 | 0 | 131 | 31 | 76 | 120 | 52 |
| Binary | 10111001 | 11000000 | 10101 | 100 | 0 | 1011001 | 11001 | 111110 | 1010000 | 101010 |
Color Harmonies of #B9C015
Complementary color
Monochromatic Colors of #B9C015
Black with #B9C015
Text Example
Text Example
White with #B9C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C015; }
p { color: rgb(185,192,21); }
H1.HeaderClassName
{
color: #B9C015;
}
.AnyTagClassName
{
color: #B9C015;
}
</style>
background-color css
<style>
a { background-color: #B9C015; }
a { background-color: rgb(185,192,21); }
div.DivClassName
{
background-color: #B9C015;
}
.BgClassName
{
background-color: #B9C015;
}
</style>
border-color css
<style>
span { border-color: #B9C015; }
span { border-color: rgb(185,192,21); }
td.TdClassName
{
border-color: #B9C015;
}
.TagClassName
{
border-color: #B9C015;
}
</style>