Shades of La Rioja #B9D502
Tints of La Rioja #B9D502
RGB
CMYK
RGB Variations
Color information
#B9D502 (or 0xB9D502) is known color: La Rioja. HEX triplet: B9, D5 and 02. RGB value is (185,213,2). Sum of RGB (Red+Green+Blue) = 185+213+2=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D502 is #462AFD. Grayscale: #B5B5B5. Windows color (decimal): -4598526 or 185785. OLE color: 185785.
HSL color Cylindrical-coordinate representation of color #B9D502: hue angle of 67.96º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9D502 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.16 |
| HSL | 67.96º | 0.98% | 0.42% | - |
| HSV(B) | 67.96º | 0.99% | 0.84% | - |
| XYZ | 43.81 | 57.91 | 8.93 | - |
| YUV | 180.57 | 27.22 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 2 | 0.13 | 0 | 0.99 | 0.16 | 67.96 | 0.98 | 0.42 |
| Hex | B9 | D5 | 2 | D | 0 | 63 | 10 | 44 | 62 | 2A |
| Octal | 271 | 325 | 2 | 15 | 0 | 143 | 20 | 104 | 142 | 52 |
| Binary | 10111001 | 11010101 | 10 | 1101 | 0 | 1100011 | 10000 | 1000100 | 1100010 | 101010 |
Color Harmonies of #B9D502
Complementary color
Monochromatic Colors of #B9D502
Black with #B9D502
Text Example
Text Example
White with #B9D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D502; }
p { color: rgb(185,213,2); }
H1.HeaderClassName
{
color: #B9D502;
}
.AnyTagClassName
{
color: #B9D502;
}
</style>
background-color css
<style>
a { background-color: #B9D502; }
a { background-color: rgb(185,213,2); }
div.DivClassName
{
background-color: #B9D502;
}
.BgClassName
{
background-color: #B9D502;
}
</style>
border-color css
<style>
span { border-color: #B9D502; }
span { border-color: rgb(185,213,2); }
td.TdClassName
{
border-color: #B9D502;
}
.TagClassName
{
border-color: #B9D502;
}
</style>