Shades of La Rioja #BDC908
Tints of La Rioja #BDC908
RGB
CMYK
RGB Variations
Color information
#BDC908 (or 0xBDC908) is known color: La Rioja. HEX triplet: BD, C9 and 08. RGB value is (189,201,8). Sum of RGB (Red+Green+Blue) = 189+201+8=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC908 is #4236F7. Grayscale: #B0B0B0. Windows color (decimal): -4339448 or 575933. OLE color: 575933.
HSL color Cylindrical-coordinate representation of color #BDC908: hue angle of 63.73º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC908 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.21 |
| HSL | 63.73º | 0.92% | 0.41% | - |
| HSV(B) | 63.73º | 0.96% | 0.79% | - |
| XYZ | 41.92 | 52.61 | 8.18 | - |
| YUV | 175.41 | 33.52 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 8 | 0.06 | 0 | 0.96 | 0.21 | 63.73 | 0.92 | 0.41 |
| Hex | BD | C9 | 8 | 6 | 0 | 60 | 15 | 40 | 5C | 29 |
| Octal | 275 | 311 | 10 | 6 | 0 | 140 | 25 | 100 | 134 | 51 |
| Binary | 10111101 | 11001001 | 1000 | 110 | 0 | 1100000 | 10101 | 1000000 | 1011100 | 101001 |
Color Harmonies of #BDC908
Complementary color
Monochromatic Colors of #BDC908
Black with #BDC908
Text Example
Text Example
White with #BDC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC908; }
p { color: rgb(189,201,8); }
H1.HeaderClassName
{
color: #BDC908;
}
.AnyTagClassName
{
color: #BDC908;
}
</style>
background-color css
<style>
a { background-color: #BDC908; }
a { background-color: rgb(189,201,8); }
div.DivClassName
{
background-color: #BDC908;
}
.BgClassName
{
background-color: #BDC908;
}
</style>
border-color css
<style>
span { border-color: #BDC908; }
span { border-color: rgb(189,201,8); }
td.TdClassName
{
border-color: #BDC908;
}
.TagClassName
{
border-color: #BDC908;
}
</style>