Shades of La Rioja #BDCE0D
Tints of La Rioja #BDCE0D
RGB
CMYK
RGB Variations
Color information
#BDCE0D (or 0xBDCE0D) is known color: La Rioja. HEX triplet: BD, CE and 0D. RGB value is (189,206,13). Sum of RGB (Red+Green+Blue) = 189+206+13=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCE0D is #4231F2. Grayscale: #B3B3B3. Windows color (decimal): -4338163 or 904893. OLE color: 904893.
HSL color Cylindrical-coordinate representation of color #BDCE0D: hue angle of 65.28º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDCE0D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.19 |
| HSL | 65.28º | 0.88% | 0.43% | - |
| HSV(B) | 65.28º | 0.94% | 0.81% | - |
| XYZ | 43.13 | 54.99 | 8.72 | - |
| YUV | 178.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 13 | 0.08 | 0 | 0.94 | 0.19 | 65.28 | 0.88 | 0.43 |
| Hex | BD | CE | D | 8 | 0 | 5E | 13 | 41 | 58 | 2B |
| Octal | 275 | 316 | 15 | 10 | 0 | 136 | 23 | 101 | 130 | 53 |
| Binary | 10111101 | 11001110 | 1101 | 1000 | 0 | 1011110 | 10011 | 1000001 | 1011000 | 101011 |
Color Harmonies of #BDCE0D
Complementary color
Monochromatic Colors of #BDCE0D
Black with #BDCE0D
Text Example
Text Example
White with #BDCE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE0D; }
p { color: rgb(189,206,13); }
H1.HeaderClassName
{
color: #BDCE0D;
}
.AnyTagClassName
{
color: #BDCE0D;
}
</style>
background-color css
<style>
a { background-color: #BDCE0D; }
a { background-color: rgb(189,206,13); }
div.DivClassName
{
background-color: #BDCE0D;
}
.BgClassName
{
background-color: #BDCE0D;
}
</style>
border-color css
<style>
span { border-color: #BDCE0D; }
span { border-color: rgb(189,206,13); }
td.TdClassName
{
border-color: #BDCE0D;
}
.TagClassName
{
border-color: #BDCE0D;
}
</style>