Shades of La Rioja #BCCF09
Tints of La Rioja #BCCF09
RGB
CMYK
RGB Variations
Color information
#BCCF09 (or 0xBCCF09) is known color: La Rioja. HEX triplet: BC, CF and 09. RGB value is (188,207,9). Sum of RGB (Red+Green+Blue) = 188+207+9=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCF09 is #4330F6. Grayscale: #B3B3B3. Windows color (decimal): -4403447 or 643004. OLE color: 643004.
HSL color Cylindrical-coordinate representation of color #BCCF09: hue angle of 65.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCCF09 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 9 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.19 |
| HSL | 65.76º | 0.92% | 0.42% | - |
| HSV(B) | 65.76º | 0.96% | 0.81% | - |
| XYZ | 43.1 | 55.34 | 8.67 | - |
| YUV | 178.75 | 32.21 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 9 | 0.09 | 0 | 0.96 | 0.19 | 65.76 | 0.92 | 0.42 |
| Hex | BC | CF | 9 | 9 | 0 | 60 | 13 | 42 | 5C | 2A |
| Octal | 274 | 317 | 11 | 11 | 0 | 140 | 23 | 102 | 134 | 52 |
| Binary | 10111100 | 11001111 | 1001 | 1001 | 0 | 1100000 | 10011 | 1000010 | 1011100 | 101010 |
Color Harmonies of #BCCF09
Complementary color
Monochromatic Colors of #BCCF09
Black with #BCCF09
Text Example
Text Example
White with #BCCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCF09; }
p { color: rgb(188,207,9); }
H1.HeaderClassName
{
color: #BCCF09;
}
.AnyTagClassName
{
color: #BCCF09;
}
</style>
background-color css
<style>
a { background-color: #BCCF09; }
a { background-color: rgb(188,207,9); }
div.DivClassName
{
background-color: #BCCF09;
}
.BgClassName
{
background-color: #BCCF09;
}
</style>
border-color css
<style>
span { border-color: #BCCF09; }
span { border-color: rgb(188,207,9); }
td.TdClassName
{
border-color: #BCCF09;
}
.TagClassName
{
border-color: #BCCF09;
}
</style>