Shades of La Rioja #BDD408
Tints of La Rioja #BDD408
RGB
CMYK
RGB Variations
Color information
#BDD408 (or 0xBDD408) is known color: La Rioja. HEX triplet: BD, D4 and 08. RGB value is (189,212,8). Sum of RGB (Red+Green+Blue) = 189+212+8=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 212 (83.20% from 255 or 51.83% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD408 is #422BF7. Grayscale: #B6B6B6. Windows color (decimal): -4336632 or 578749. OLE color: 578749.
HSL color Cylindrical-coordinate representation of color #BDD408: hue angle of 66.76º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDD408 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 8 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.17 |
| HSL | 66.76º | 0.93% | 0.43% | - |
| HSV(B) | 66.76º | 0.96% | 0.83% | - |
| XYZ | 44.57 | 57.92 | 9.06 | - |
| YUV | 181.87 | 29.88 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 8 | 0.11 | 0 | 0.96 | 0.17 | 66.76 | 0.93 | 0.43 |
| Hex | BD | D4 | 8 | B | 0 | 60 | 11 | 43 | 5D | 2B |
| Octal | 275 | 324 | 10 | 13 | 0 | 140 | 21 | 103 | 135 | 53 |
| Binary | 10111101 | 11010100 | 1000 | 1011 | 0 | 1100000 | 10001 | 1000011 | 1011101 | 101011 |
Color Harmonies of #BDD408
Complementary color
Monochromatic Colors of #BDD408
Black with #BDD408
Text Example
Text Example
White with #BDD408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD408; }
p { color: rgb(189,212,8); }
H1.HeaderClassName
{
color: #BDD408;
}
.AnyTagClassName
{
color: #BDD408;
}
</style>
background-color css
<style>
a { background-color: #BDD408; }
a { background-color: rgb(189,212,8); }
div.DivClassName
{
background-color: #BDD408;
}
.BgClassName
{
background-color: #BDD408;
}
</style>
border-color css
<style>
span { border-color: #BDD408; }
span { border-color: rgb(189,212,8); }
td.TdClassName
{
border-color: #BDD408;
}
.TagClassName
{
border-color: #BDD408;
}
</style>