Shades of La Rioja #BDBD18
Tints of La Rioja #BDBD18
RGB
CMYK
RGB Variations
Color information
#BDBD18 (or 0xBDBD18) is known color: La Rioja. HEX triplet: BD, BD and 18. RGB value is (189,189,24). Sum of RGB (Red+Green+Blue) = 189+189+24=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD18 is #4242E7. Grayscale: #AAAAAA. Windows color (decimal): -4342504 or 1621437. OLE color: 1621437.
HSL color Cylindrical-coordinate representation of color #BDBD18: hue angle of 60º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDBD18 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 24 | - |
| CMYK | 0 | 0 | 0.87 | 0.26 |
| HSL | 60º | 0.77% | 0.42% | - |
| HSV(B) | 60º | 0.87% | 0.74% | - |
| XYZ | 39.35 | 47.28 | 7.92 | - |
| YUV | 170.19 | 45.5 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 24 | 0 | 0 | 0.87 | 0.26 | 60 | 0.77 | 0.42 |
| Hex | BD | BD | 18 | 0 | 0 | 57 | 1A | 3C | 4D | 2A |
| Octal | 275 | 275 | 30 | 0 | 0 | 127 | 32 | 74 | 115 | 52 |
| Binary | 10111101 | 10111101 | 11000 | 0 | 0 | 1010111 | 11010 | 111100 | 1001101 | 101010 |
Color Harmonies of #BDBD18
Complementary color
Monochromatic Colors of #BDBD18
Black with #BDBD18
Text Example
Text Example
White with #BDBD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD18; }
p { color: rgb(189,189,24); }
H1.HeaderClassName
{
color: #BDBD18;
}
.AnyTagClassName
{
color: #BDBD18;
}
</style>
background-color css
<style>
a { background-color: #BDBD18; }
a { background-color: rgb(189,189,24); }
div.DivClassName
{
background-color: #BDBD18;
}
.BgClassName
{
background-color: #BDBD18;
}
</style>
border-color css
<style>
span { border-color: #BDBD18; }
span { border-color: rgb(189,189,24); }
td.TdClassName
{
border-color: #BDBD18;
}
.TagClassName
{
border-color: #BDBD18;
}
</style>