Shades of La Rioja #BDD10B
Tints of La Rioja #BDD10B
RGB
CMYK
RGB Variations
Color information
#BDD10B (or 0xBDD10B) is known color: La Rioja. HEX triplet: BD, D1 and 0B. RGB value is (189,209,11). Sum of RGB (Red+Green+Blue) = 189+209+11=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD10B is #422EF4. Grayscale: #B5B5B5. Windows color (decimal): -4337397 or 774589. OLE color: 774589.
HSL color Cylindrical-coordinate representation of color #BDD10B: hue angle of 66.06º degrees, saturation: 0.9, 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 #BDD10B is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 11 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.18 |
| HSL | 66.06º | 0.9% | 0.43% | - |
| HSV(B) | 66.06º | 0.95% | 0.82% | - |
| XYZ | 43.85 | 56.44 | 8.9 | - |
| YUV | 180.45 | 32.37 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 11 | 0.10 | 0 | 0.95 | 0.18 | 66.06 | 0.9 | 0.43 |
| Hex | BD | D1 | B | A | 0 | 5F | 12 | 42 | 5A | 2B |
| Octal | 275 | 321 | 13 | 12 | 0 | 137 | 22 | 102 | 132 | 53 |
| Binary | 10111101 | 11010001 | 1011 | 1010 | 0 | 1011111 | 10010 | 1000010 | 1011010 | 101011 |
Color Harmonies of #BDD10B
Complementary color
Monochromatic Colors of #BDD10B
Black with #BDD10B
Text Example
Text Example
White with #BDD10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD10B; }
p { color: rgb(189,209,11); }
H1.HeaderClassName
{
color: #BDD10B;
}
.AnyTagClassName
{
color: #BDD10B;
}
</style>
background-color css
<style>
a { background-color: #BDD10B; }
a { background-color: rgb(189,209,11); }
div.DivClassName
{
background-color: #BDD10B;
}
.BgClassName
{
background-color: #BDD10B;
}
</style>
border-color css
<style>
span { border-color: #BDD10B; }
span { border-color: rgb(189,209,11); }
td.TdClassName
{
border-color: #BDD10B;
}
.TagClassName
{
border-color: #BDD10B;
}
</style>