Shades of La Rioja #BDC102
Tints of La Rioja #BDC102
RGB
CMYK
RGB Variations
Color information
#BDC102 (or 0xBDC102) is known color: La Rioja. HEX triplet: BD, C1 and 02. RGB value is (189,193,2). Sum of RGB (Red+Green+Blue) = 189+193+2=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC102 is #423EFD. Grayscale: #AAAAAA. Windows color (decimal): -4341502 or 180669. OLE color: 180669.
HSL color Cylindrical-coordinate representation of color #BDC102: hue angle of 61.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC102 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.24 |
| HSL | 61.26º | 0.98% | 0.38% | - |
| HSV(B) | 61.26º | 0.99% | 0.76% | - |
| XYZ | 40.07 | 48.96 | 7.4 | - |
| YUV | 170.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 2 | 0.02 | 0 | 0.99 | 0.24 | 61.26 | 0.98 | 0.38 |
| Hex | BD | C1 | 2 | 2 | 0 | 63 | 18 | 3D | 62 | 26 |
| Octal | 275 | 301 | 2 | 2 | 0 | 143 | 30 | 75 | 142 | 46 |
| Binary | 10111101 | 11000001 | 10 | 10 | 0 | 1100011 | 11000 | 111101 | 1100010 | 100110 |
Color Harmonies of #BDC102
Complementary color
Monochromatic Colors of #BDC102
Black with #BDC102
Text Example
Text Example
White with #BDC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC102; }
p { color: rgb(189,193,2); }
H1.HeaderClassName
{
color: #BDC102;
}
.AnyTagClassName
{
color: #BDC102;
}
</style>
background-color css
<style>
a { background-color: #BDC102; }
a { background-color: rgb(189,193,2); }
div.DivClassName
{
background-color: #BDC102;
}
.BgClassName
{
background-color: #BDC102;
}
</style>
border-color css
<style>
span { border-color: #BDC102; }
span { border-color: rgb(189,193,2); }
td.TdClassName
{
border-color: #BDC102;
}
.TagClassName
{
border-color: #BDC102;
}
</style>