Shades of La Rioja #BCD602
Tints of La Rioja #BCD602
RGB
CMYK
RGB Variations
Color information
#BCD602 (or 0xBCD602) is known color: La Rioja. HEX triplet: BC, D6 and 02. RGB value is (188,214,2). Sum of RGB (Red+Green+Blue) = 188+214+2=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD602 is #4329FD. Grayscale: #B6B6B6. Windows color (decimal): -4401662 or 186044. OLE color: 186044.
HSL color Cylindrical-coordinate representation of color #BCD602: hue angle of 67.36º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCD602 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.16 |
| HSL | 67.36º | 0.98% | 0.42% | - |
| HSV(B) | 67.36º | 0.99% | 0.84% | - |
| XYZ | 44.8 | 58.79 | 9.04 | - |
| YUV | 182.06 | 26.39 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 2 | 0.12 | 0 | 0.99 | 0.16 | 67.36 | 0.98 | 0.42 |
| Hex | BC | D6 | 2 | C | 0 | 63 | 10 | 43 | 62 | 2A |
| Octal | 274 | 326 | 2 | 14 | 0 | 143 | 20 | 103 | 142 | 52 |
| Binary | 10111100 | 11010110 | 10 | 1100 | 0 | 1100011 | 10000 | 1000011 | 1100010 | 101010 |
Color Harmonies of #BCD602
Complementary color
Monochromatic Colors of #BCD602
Black with #BCD602
Text Example
Text Example
White with #BCD602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD602; }
p { color: rgb(188,214,2); }
H1.HeaderClassName
{
color: #BCD602;
}
.AnyTagClassName
{
color: #BCD602;
}
</style>
background-color css
<style>
a { background-color: #BCD602; }
a { background-color: rgb(188,214,2); }
div.DivClassName
{
background-color: #BCD602;
}
.BgClassName
{
background-color: #BCD602;
}
</style>
border-color css
<style>
span { border-color: #BCD602; }
span { border-color: rgb(188,214,2); }
td.TdClassName
{
border-color: #BCD602;
}
.TagClassName
{
border-color: #BCD602;
}
</style>