Shades of La Rioja #B9D00A
Tints of La Rioja #B9D00A
RGB
CMYK
RGB Variations
Color information
#B9D00A (or 0xB9D00A) is known color: La Rioja. HEX triplet: B9, D0 and 0A. RGB value is (185,208,10). Sum of RGB (Red+Green+Blue) = 185+208+10=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D00A is #462FF5. Grayscale: #B3B3B3. Windows color (decimal): -4599798 or 708793. OLE color: 708793.
HSL color Cylindrical-coordinate representation of color #B9D00A: hue angle of 66.97º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9D00A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.18 |
| HSL | 66.97º | 0.91% | 0.43% | - |
| HSV(B) | 66.97º | 0.95% | 0.82% | - |
| XYZ | 42.62 | 55.45 | 8.74 | - |
| YUV | 178.55 | 32.88 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 10 | 0.11 | 0 | 0.95 | 0.18 | 66.97 | 0.91 | 0.43 |
| Hex | B9 | D0 | A | B | 0 | 5F | 12 | 43 | 5B | 2B |
| Octal | 271 | 320 | 12 | 13 | 0 | 137 | 22 | 103 | 133 | 53 |
| Binary | 10111001 | 11010000 | 1010 | 1011 | 0 | 1011111 | 10010 | 1000011 | 1011011 | 101011 |
Color Harmonies of #B9D00A
Complementary color
Monochromatic Colors of #B9D00A
Black with #B9D00A
Text Example
Text Example
White with #B9D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D00A; }
p { color: rgb(185,208,10); }
H1.HeaderClassName
{
color: #B9D00A;
}
.AnyTagClassName
{
color: #B9D00A;
}
</style>
background-color css
<style>
a { background-color: #B9D00A; }
a { background-color: rgb(185,208,10); }
div.DivClassName
{
background-color: #B9D00A;
}
.BgClassName
{
background-color: #B9D00A;
}
</style>
border-color css
<style>
span { border-color: #B9D00A; }
span { border-color: rgb(185,208,10); }
td.TdClassName
{
border-color: #B9D00A;
}
.TagClassName
{
border-color: #B9D00A;
}
</style>