Shades of La Rioja #BCD302
Tints of La Rioja #BCD302
RGB
CMYK
RGB Variations
Color information
#BCD302 (or 0xBCD302) is known color: La Rioja. HEX triplet: BC, D3 and 02. RGB value is (188,211,2). Sum of RGB (Red+Green+Blue) = 188+211+2=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD302 is #432CFD. Grayscale: #B5B5B5. Windows color (decimal): -4402430 or 185276. OLE color: 185276.
HSL color Cylindrical-coordinate representation of color #BCD302: hue angle of 66.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCD302 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.17 |
| HSL | 66.6º | 0.98% | 0.42% | - |
| HSV(B) | 66.6º | 0.99% | 0.83% | - |
| XYZ | 44.04 | 57.28 | 8.79 | - |
| YUV | 180.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 2 | 0.11 | 0 | 0.99 | 0.17 | 66.6 | 0.98 | 0.42 |
| Hex | BC | D3 | 2 | B | 0 | 63 | 11 | 43 | 62 | 2A |
| Octal | 274 | 323 | 2 | 13 | 0 | 143 | 21 | 103 | 142 | 52 |
| Binary | 10111100 | 11010011 | 10 | 1011 | 0 | 1100011 | 10001 | 1000011 | 1100010 | 101010 |
Color Harmonies of #BCD302
Complementary color
Monochromatic Colors of #BCD302
Black with #BCD302
Text Example
Text Example
White with #BCD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD302; }
p { color: rgb(188,211,2); }
H1.HeaderClassName
{
color: #BCD302;
}
.AnyTagClassName
{
color: #BCD302;
}
</style>
background-color css
<style>
a { background-color: #BCD302; }
a { background-color: rgb(188,211,2); }
div.DivClassName
{
background-color: #BCD302;
}
.BgClassName
{
background-color: #BCD302;
}
</style>
border-color css
<style>
span { border-color: #BCD302; }
span { border-color: rgb(188,211,2); }
td.TdClassName
{
border-color: #BCD302;
}
.TagClassName
{
border-color: #BCD302;
}
</style>