Shades of La Rioja #BDC008
Tints of La Rioja #BDC008
RGB
CMYK
RGB Variations
Color information
#BDC008 (or 0xBDC008) is known color: La Rioja. HEX triplet: BD, C0 and 08. RGB value is (189,192,8). Sum of RGB (Red+Green+Blue) = 189+192+8=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC008 is #423FF7. Grayscale: #AAAAAA. Windows color (decimal): -4341752 or 573629. OLE color: 573629.
HSL color Cylindrical-coordinate representation of color #BDC008: hue angle of 60.98º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDC008 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 8 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.25 |
| HSL | 60.98º | 0.92% | 0.39% | - |
| HSV(B) | 60.98º | 0.96% | 0.75% | - |
| XYZ | 39.88 | 48.54 | 7.5 | - |
| YUV | 170.13 | 36.51 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 8 | 0.02 | 0 | 0.96 | 0.25 | 60.98 | 0.92 | 0.39 |
| Hex | BD | C0 | 8 | 2 | 0 | 60 | 19 | 3D | 5C | 27 |
| Octal | 275 | 300 | 10 | 2 | 0 | 140 | 31 | 75 | 134 | 47 |
| Binary | 10111101 | 11000000 | 1000 | 10 | 0 | 1100000 | 11001 | 111101 | 1011100 | 100111 |
Color Harmonies of #BDC008
Complementary color
Monochromatic Colors of #BDC008
Black with #BDC008
Text Example
Text Example
White with #BDC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC008; }
p { color: rgb(189,192,8); }
H1.HeaderClassName
{
color: #BDC008;
}
.AnyTagClassName
{
color: #BDC008;
}
</style>
background-color css
<style>
a { background-color: #BDC008; }
a { background-color: rgb(189,192,8); }
div.DivClassName
{
background-color: #BDC008;
}
.BgClassName
{
background-color: #BDC008;
}
</style>
border-color css
<style>
span { border-color: #BDC008; }
span { border-color: rgb(189,192,8); }
td.TdClassName
{
border-color: #BDC008;
}
.TagClassName
{
border-color: #BDC008;
}
</style>