Shades of La Rioja #B9C009
Tints of La Rioja #B9C009
RGB
CMYK
RGB Variations
Color information
#B9C009 (or 0xB9C009) is known color: La Rioja. HEX triplet: B9, C0 and 09. RGB value is (185,192,9). Sum of RGB (Red+Green+Blue) = 185+192+9=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C009 is #463FF6. Grayscale: #A9A9A9. Windows color (decimal): -4603895 or 639161. OLE color: 639161.
HSL color Cylindrical-coordinate representation of color #B9C009: hue angle of 62.3º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9C009 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 9 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.25 |
| HSL | 62.3º | 0.91% | 0.39% | - |
| HSV(B) | 62.3º | 0.95% | 0.75% | - |
| XYZ | 38.91 | 48.03 | 7.48 | - |
| YUV | 169.05 | 37.68 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 9 | 0.04 | 0 | 0.95 | 0.25 | 62.3 | 0.91 | 0.39 |
| Hex | B9 | C0 | 9 | 4 | 0 | 5F | 19 | 3E | 5B | 27 |
| Octal | 271 | 300 | 11 | 4 | 0 | 137 | 31 | 76 | 133 | 47 |
| Binary | 10111001 | 11000000 | 1001 | 100 | 0 | 1011111 | 11001 | 111110 | 1011011 | 100111 |
Color Harmonies of #B9C009
Complementary color
Monochromatic Colors of #B9C009
Black with #B9C009
Text Example
Text Example
White with #B9C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C009; }
p { color: rgb(185,192,9); }
H1.HeaderClassName
{
color: #B9C009;
}
.AnyTagClassName
{
color: #B9C009;
}
</style>
background-color css
<style>
a { background-color: #B9C009; }
a { background-color: rgb(185,192,9); }
div.DivClassName
{
background-color: #B9C009;
}
.BgClassName
{
background-color: #B9C009;
}
</style>
border-color css
<style>
span { border-color: #B9C009; }
span { border-color: rgb(185,192,9); }
td.TdClassName
{
border-color: #B9C009;
}
.TagClassName
{
border-color: #B9C009;
}
</style>