Shades of La Rioja #B9C501
Tints of La Rioja #B9C501
RGB
CMYK
RGB Variations
Color information
#B9C501 (or 0xB9C501) is known color: La Rioja. HEX triplet: B9, C5 and 01. RGB value is (185,197,1). Sum of RGB (Red+Green+Blue) = 185+197+1=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C501 is #463AFE. Grayscale: #ABABAB. Windows color (decimal): -4602623 or 116153. OLE color: 116153.
HSL color Cylindrical-coordinate representation of color #B9C501: hue angle of 63.67º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9C501 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.23 |
| HSL | 63.67º | 0.99% | 0.39% | - |
| HSV(B) | 63.67º | 0.99% | 0.77% | - |
| XYZ | 39.98 | 50.25 | 7.62 | - |
| YUV | 171.07 | 32.02 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 1 | 0.06 | 0 | 0.99 | 0.23 | 63.67 | 0.99 | 0.39 |
| Hex | B9 | C5 | 1 | 6 | 0 | 63 | 17 | 40 | 63 | 27 |
| Octal | 271 | 305 | 1 | 6 | 0 | 143 | 27 | 100 | 143 | 47 |
| Binary | 10111001 | 11000101 | 1 | 110 | 0 | 1100011 | 10111 | 1000000 | 1100011 | 100111 |
Color Harmonies of #B9C501
Complementary color
Monochromatic Colors of #B9C501
Black with #B9C501
Text Example
Text Example
White with #B9C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C501; }
p { color: rgb(185,197,1); }
H1.HeaderClassName
{
color: #B9C501;
}
.AnyTagClassName
{
color: #B9C501;
}
</style>
background-color css
<style>
a { background-color: #B9C501; }
a { background-color: rgb(185,197,1); }
div.DivClassName
{
background-color: #B9C501;
}
.BgClassName
{
background-color: #B9C501;
}
</style>
border-color css
<style>
span { border-color: #B9C501; }
span { border-color: rgb(185,197,1); }
td.TdClassName
{
border-color: #B9C501;
}
.TagClassName
{
border-color: #B9C501;
}
</style>