Shades of La Rioja #BDC302
Tints of La Rioja #BDC302
RGB
CMYK
RGB Variations
Color information
#BDC302 (or 0xBDC302) is known color: La Rioja. HEX triplet: BD, C3 and 02. RGB value is (189,195,2). Sum of RGB (Red+Green+Blue) = 189+195+2=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC302 is #423CFD. Grayscale: #ABABAB. Windows color (decimal): -4340990 or 181181. OLE color: 181181.
HSL color Cylindrical-coordinate representation of color #BDC302: hue angle of 61.87º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDC302 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.24 |
| HSL | 61.87º | 0.98% | 0.39% | - |
| HSV(B) | 61.87º | 0.99% | 0.76% | - |
| XYZ | 40.51 | 49.85 | 7.54 | - |
| YUV | 171.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 2 | 0.03 | 0 | 0.99 | 0.24 | 61.87 | 0.98 | 0.39 |
| Hex | BD | C3 | 2 | 3 | 0 | 63 | 18 | 3E | 62 | 27 |
| Octal | 275 | 303 | 2 | 3 | 0 | 143 | 30 | 76 | 142 | 47 |
| Binary | 10111101 | 11000011 | 10 | 11 | 0 | 1100011 | 11000 | 111110 | 1100010 | 100111 |
Color Harmonies of #BDC302
Complementary color
Monochromatic Colors of #BDC302
Black with #BDC302
Text Example
Text Example
White with #BDC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC302; }
p { color: rgb(189,195,2); }
H1.HeaderClassName
{
color: #BDC302;
}
.AnyTagClassName
{
color: #BDC302;
}
</style>
background-color css
<style>
a { background-color: #BDC302; }
a { background-color: rgb(189,195,2); }
div.DivClassName
{
background-color: #BDC302;
}
.BgClassName
{
background-color: #BDC302;
}
</style>
border-color css
<style>
span { border-color: #BDC302; }
span { border-color: rgb(189,195,2); }
td.TdClassName
{
border-color: #BDC302;
}
.TagClassName
{
border-color: #BDC302;
}
</style>