Shades of La Rioja #BCC809
Tints of La Rioja #BCC809
RGB
CMYK
RGB Variations
Color information
#BCC809 (or 0xBCC809) is known color: La Rioja. HEX triplet: BC, C8 and 09. RGB value is (188,200,9). Sum of RGB (Red+Green+Blue) = 188+200+9=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC809 is #4337F6. Grayscale: #AFAFAF. Windows color (decimal): -4405239 or 641212. OLE color: 641212.
HSL color Cylindrical-coordinate representation of color #BCC809: hue angle of 63.77º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCC809 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 9 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.22 |
| HSL | 63.77º | 0.91% | 0.41% | - |
| HSV(B) | 63.77º | 0.96% | 0.78% | - |
| XYZ | 41.44 | 52.02 | 8.11 | - |
| YUV | 174.64 | 34.52 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 9 | 0.06 | 0 | 0.96 | 0.22 | 63.77 | 0.91 | 0.41 |
| Hex | BC | C8 | 9 | 6 | 0 | 60 | 16 | 40 | 5B | 29 |
| Octal | 274 | 310 | 11 | 6 | 0 | 140 | 26 | 100 | 133 | 51 |
| Binary | 10111100 | 11001000 | 1001 | 110 | 0 | 1100000 | 10110 | 1000000 | 1011011 | 101001 |
Color Harmonies of #BCC809
Complementary color
Monochromatic Colors of #BCC809
Black with #BCC809
Text Example
Text Example
White with #BCC809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC809; }
p { color: rgb(188,200,9); }
H1.HeaderClassName
{
color: #BCC809;
}
.AnyTagClassName
{
color: #BCC809;
}
</style>
background-color css
<style>
a { background-color: #BCC809; }
a { background-color: rgb(188,200,9); }
div.DivClassName
{
background-color: #BCC809;
}
.BgClassName
{
background-color: #BCC809;
}
</style>
border-color css
<style>
span { border-color: #BCC809; }
span { border-color: rgb(188,200,9); }
td.TdClassName
{
border-color: #BCC809;
}
.TagClassName
{
border-color: #BCC809;
}
</style>