Shades of La Rioja #BCCF02
Tints of La Rioja #BCCF02
RGB
CMYK
RGB Variations
Color information
#BCCF02 (or 0xBCCF02) is known color: La Rioja. HEX triplet: BC, CF and 02. RGB value is (188,207,2). Sum of RGB (Red+Green+Blue) = 188+207+2=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCF02 is #4330FD. Grayscale: #B2B2B2. Windows color (decimal): -4403454 or 184252. OLE color: 184252.
HSL color Cylindrical-coordinate representation of color #BCCF02: hue angle of 65.56º 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 #BCCF02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.19 |
| HSL | 65.56º | 0.98% | 0.41% | - |
| HSV(B) | 65.56º | 0.99% | 0.81% | - |
| XYZ | 43.06 | 55.32 | 8.47 | - |
| YUV | 177.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 2 | 0.09 | 0 | 0.99 | 0.19 | 65.56 | 0.98 | 0.41 |
| Hex | BC | CF | 2 | 9 | 0 | 63 | 13 | 42 | 62 | 29 |
| Octal | 274 | 317 | 2 | 11 | 0 | 143 | 23 | 102 | 142 | 51 |
| Binary | 10111100 | 11001111 | 10 | 1001 | 0 | 1100011 | 10011 | 1000010 | 1100010 | 101001 |
Color Harmonies of #BCCF02
Complementary color
Monochromatic Colors of #BCCF02
Black with #BCCF02
Text Example
Text Example
White with #BCCF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF02; }
p { color: rgb(188,207,2); }
H1.HeaderClassName
{
color: #BCCF02;
}
.AnyTagClassName
{
color: #BCCF02;
}
</style>
background-color css
<style>
a { background-color: #BCCF02; }
a { background-color: rgb(188,207,2); }
div.DivClassName
{
background-color: #BCCF02;
}
.BgClassName
{
background-color: #BCCF02;
}
</style>
border-color css
<style>
span { border-color: #BCCF02; }
span { border-color: rgb(188,207,2); }
td.TdClassName
{
border-color: #BCCF02;
}
.TagClassName
{
border-color: #BCCF02;
}
</style>