Shades of La Rioja #BDB20D
Tints of La Rioja #BDB20D
RGB
CMYK
RGB Variations
Color information
#BDB20D (or 0xBDB20D) is known color: La Rioja. HEX triplet: BD, B2 and 0D. RGB value is (189,178,13). Sum of RGB (Red+Green+Blue) = 189+178+13=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB20D is #424DF2. Grayscale: #A3A3A3. Windows color (decimal): -4345331 or 897725. OLE color: 897725.
HSL color Cylindrical-coordinate representation of color #BDB20D: hue angle of 56.25º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDB20D is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 13 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.26 |
| HSL | 56.25º | 0.87% | 0.4% | - |
| HSV(B) | 56.25º | 0.93% | 0.74% | - |
| XYZ | 36.98 | 42.69 | 6.67 | - |
| YUV | 162.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 13 | 0 | 0.06 | 0.93 | 0.26 | 56.25 | 0.87 | 0.4 |
| Hex | BD | B2 | D | 0 | 6 | 5D | 1A | 38 | 57 | 28 |
| Octal | 275 | 262 | 15 | 0 | 6 | 135 | 32 | 70 | 127 | 50 |
| Binary | 10111101 | 10110010 | 1101 | 0 | 110 | 1011101 | 11010 | 111000 | 1010111 | 101000 |
Color Harmonies of #BDB20D
Complementary color
Monochromatic Colors of #BDB20D
Black with #BDB20D
Text Example
Text Example
White with #BDB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB20D; }
p { color: rgb(189,178,13); }
H1.HeaderClassName
{
color: #BDB20D;
}
.AnyTagClassName
{
color: #BDB20D;
}
</style>
background-color css
<style>
a { background-color: #BDB20D; }
a { background-color: rgb(189,178,13); }
div.DivClassName
{
background-color: #BDB20D;
}
.BgClassName
{
background-color: #BDB20D;
}
</style>
border-color css
<style>
span { border-color: #BDB20D; }
span { border-color: rgb(189,178,13); }
td.TdClassName
{
border-color: #BDB20D;
}
.TagClassName
{
border-color: #BDB20D;
}
</style>