Shades of La Rioja #B9C708
Tints of La Rioja #B9C708
RGB
CMYK
RGB Variations
Color information
#B9C708 (or 0xB9C708) is known color: La Rioja. HEX triplet: B9, C7 and 08. RGB value is (185,199,8). Sum of RGB (Red+Green+Blue) = 185+199+8=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C708 is #4638F7. Grayscale: #ADADAD. Windows color (decimal): -4602104 or 575417. OLE color: 575417.
HSL color Cylindrical-coordinate representation of color #B9C708: hue angle of 64.4º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9C708 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.22 |
| HSL | 64.4º | 0.92% | 0.41% | - |
| HSV(B) | 64.4º | 0.96% | 0.78% | - |
| XYZ | 40.47 | 51.18 | 7.97 | - |
| YUV | 173.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 8 | 0.07 | 0 | 0.96 | 0.22 | 64.4 | 0.92 | 0.41 |
| Hex | B9 | C7 | 8 | 7 | 0 | 60 | 16 | 40 | 5C | 29 |
| Octal | 271 | 307 | 10 | 7 | 0 | 140 | 26 | 100 | 134 | 51 |
| Binary | 10111001 | 11000111 | 1000 | 111 | 0 | 1100000 | 10110 | 1000000 | 1011100 | 101001 |
Color Harmonies of #B9C708
Complementary color
Monochromatic Colors of #B9C708
Black with #B9C708
Text Example
Text Example
White with #B9C708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C708; }
p { color: rgb(185,199,8); }
H1.HeaderClassName
{
color: #B9C708;
}
.AnyTagClassName
{
color: #B9C708;
}
</style>
background-color css
<style>
a { background-color: #B9C708; }
a { background-color: rgb(185,199,8); }
div.DivClassName
{
background-color: #B9C708;
}
.BgClassName
{
background-color: #B9C708;
}
</style>
border-color css
<style>
span { border-color: #B9C708; }
span { border-color: rgb(185,199,8); }
td.TdClassName
{
border-color: #B9C708;
}
.TagClassName
{
border-color: #B9C708;
}
</style>