Shades of La Rioja #BCCE02
Tints of La Rioja #BCCE02
RGB
CMYK
RGB Variations
Color information
#BCCE02 (or 0xBCCE02) is known color: La Rioja. HEX triplet: BC, CE and 02. RGB value is (188,206,2). Sum of RGB (Red+Green+Blue) = 188+206+2=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE02 is #4331FD. Grayscale: #B2B2B2. Windows color (decimal): -4403710 or 183996. OLE color: 183996.
HSL color Cylindrical-coordinate representation of color #BCCE02: hue angle of 65.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCCE02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.19 |
| HSL | 65.29º | 0.98% | 0.41% | - |
| HSV(B) | 65.29º | 0.99% | 0.81% | - |
| XYZ | 42.82 | 54.84 | 8.39 | - |
| YUV | 177.36 | 29.04 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 2 | 0.09 | 0 | 0.99 | 0.19 | 65.29 | 0.98 | 0.41 |
| Hex | BC | CE | 2 | 9 | 0 | 63 | 13 | 41 | 62 | 29 |
| Octal | 274 | 316 | 2 | 11 | 0 | 143 | 23 | 101 | 142 | 51 |
| Binary | 10111100 | 11001110 | 10 | 1001 | 0 | 1100011 | 10011 | 1000001 | 1100010 | 101001 |
Color Harmonies of #BCCE02
Complementary color
Monochromatic Colors of #BCCE02
Black with #BCCE02
Text Example
Text Example
White with #BCCE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCE02; }
p { color: rgb(188,206,2); }
H1.HeaderClassName
{
color: #BCCE02;
}
.AnyTagClassName
{
color: #BCCE02;
}
</style>
background-color css
<style>
a { background-color: #BCCE02; }
a { background-color: rgb(188,206,2); }
div.DivClassName
{
background-color: #BCCE02;
}
.BgClassName
{
background-color: #BCCE02;
}
</style>
border-color css
<style>
span { border-color: #BCCE02; }
span { border-color: rgb(188,206,2); }
td.TdClassName
{
border-color: #BCCE02;
}
.TagClassName
{
border-color: #BCCE02;
}
</style>