Shades of La Rioja #BCC802
Tints of La Rioja #BCC802
RGB
CMYK
RGB Variations
Color information
#BCC802 (or 0xBCC802) is known color: La Rioja. HEX triplet: BC, C8 and 02. RGB value is (188,200,2). Sum of RGB (Red+Green+Blue) = 188+200+2=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC802 is #4337FD. Grayscale: #AEAEAE. Windows color (decimal): -4405246 or 182460. OLE color: 182460.
HSL color Cylindrical-coordinate representation of color #BCC802: hue angle of 63.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCC802 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.22 |
| HSL | 63.64º | 0.98% | 0.4% | - |
| HSV(B) | 63.64º | 0.99% | 0.78% | - |
| XYZ | 41.4 | 52 | 7.91 | - |
| YUV | 173.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 2 | 0.06 | 0 | 0.99 | 0.22 | 63.64 | 0.98 | 0.4 |
| Hex | BC | C8 | 2 | 6 | 0 | 63 | 16 | 40 | 62 | 28 |
| Octal | 274 | 310 | 2 | 6 | 0 | 143 | 26 | 100 | 142 | 50 |
| Binary | 10111100 | 11001000 | 10 | 110 | 0 | 1100011 | 10110 | 1000000 | 1100010 | 101000 |
Color Harmonies of #BCC802
Complementary color
Monochromatic Colors of #BCC802
Black with #BCC802
Text Example
Text Example
White with #BCC802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC802; }
p { color: rgb(188,200,2); }
H1.HeaderClassName
{
color: #BCC802;
}
.AnyTagClassName
{
color: #BCC802;
}
</style>
background-color css
<style>
a { background-color: #BCC802; }
a { background-color: rgb(188,200,2); }
div.DivClassName
{
background-color: #BCC802;
}
.BgClassName
{
background-color: #BCC802;
}
</style>
border-color css
<style>
span { border-color: #BCC802; }
span { border-color: rgb(188,200,2); }
td.TdClassName
{
border-color: #BCC802;
}
.TagClassName
{
border-color: #BCC802;
}
</style>