Shades of La Rioja #BDC30B
Tints of La Rioja #BDC30B
RGB
CMYK
RGB Variations
Color information
#BDC30B (or 0xBDC30B) is known color: La Rioja. HEX triplet: BD, C3 and 0B. RGB value is (189,195,11). Sum of RGB (Red+Green+Blue) = 189+195+11=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC30B is #423CF4. Grayscale: #ACACAC. Windows color (decimal): -4340981 or 771005. OLE color: 771005.
HSL color Cylindrical-coordinate representation of color #BDC30B: hue angle of 61.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDC30B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.24 |
| HSL | 61.96º | 0.89% | 0.4% | - |
| HSV(B) | 61.96º | 0.94% | 0.76% | - |
| XYZ | 40.56 | 49.87 | 7.81 | - |
| YUV | 172.23 | 37.01 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 11 | 0.03 | 0 | 0.94 | 0.24 | 61.96 | 0.89 | 0.4 |
| Hex | BD | C3 | B | 3 | 0 | 5E | 18 | 3E | 59 | 28 |
| Octal | 275 | 303 | 13 | 3 | 0 | 136 | 30 | 76 | 131 | 50 |
| Binary | 10111101 | 11000011 | 1011 | 11 | 0 | 1011110 | 11000 | 111110 | 1011001 | 101000 |
Color Harmonies of #BDC30B
Complementary color
Monochromatic Colors of #BDC30B
Black with #BDC30B
Text Example
Text Example
White with #BDC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC30B; }
p { color: rgb(189,195,11); }
H1.HeaderClassName
{
color: #BDC30B;
}
.AnyTagClassName
{
color: #BDC30B;
}
</style>
background-color css
<style>
a { background-color: #BDC30B; }
a { background-color: rgb(189,195,11); }
div.DivClassName
{
background-color: #BDC30B;
}
.BgClassName
{
background-color: #BDC30B;
}
</style>
border-color css
<style>
span { border-color: #BDC30B; }
span { border-color: rgb(189,195,11); }
td.TdClassName
{
border-color: #BDC30B;
}
.TagClassName
{
border-color: #BDC30B;
}
</style>