Shades of La Rioja #B9D305
Tints of La Rioja #B9D305
RGB
CMYK
RGB Variations
Color information
#B9D305 (or 0xB9D305) is known color: La Rioja. HEX triplet: B9, D3 and 05. RGB value is (185,211,5). Sum of RGB (Red+Green+Blue) = 185+211+5=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D305 is #462CFA. Grayscale: #B4B4B4. Windows color (decimal): -4599035 or 381881. OLE color: 381881.
HSL color Cylindrical-coordinate representation of color #B9D305: hue angle of 67.57º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9D305 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 5 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.17 |
| HSL | 67.57º | 0.95% | 0.42% | - |
| HSV(B) | 67.57º | 0.98% | 0.83% | - |
| XYZ | 43.33 | 56.91 | 8.85 | - |
| YUV | 179.74 | 29.39 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 5 | 0.12 | 0 | 0.98 | 0.17 | 67.57 | 0.95 | 0.42 |
| Hex | B9 | D3 | 5 | C | 0 | 62 | 11 | 44 | 5F | 2A |
| Octal | 271 | 323 | 5 | 14 | 0 | 142 | 21 | 104 | 137 | 52 |
| Binary | 10111001 | 11010011 | 101 | 1100 | 0 | 1100010 | 10001 | 1000100 | 1011111 | 101010 |
Color Harmonies of #B9D305
Complementary color
Monochromatic Colors of #B9D305
Black with #B9D305
Text Example
Text Example
White with #B9D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D305; }
p { color: rgb(185,211,5); }
H1.HeaderClassName
{
color: #B9D305;
}
.AnyTagClassName
{
color: #B9D305;
}
</style>
background-color css
<style>
a { background-color: #B9D305; }
a { background-color: rgb(185,211,5); }
div.DivClassName
{
background-color: #B9D305;
}
.BgClassName
{
background-color: #B9D305;
}
</style>
border-color css
<style>
span { border-color: #B9D305; }
span { border-color: rgb(185,211,5); }
td.TdClassName
{
border-color: #B9D305;
}
.TagClassName
{
border-color: #B9D305;
}
</style>