Shades of La Rioja #BCC309
Tints of La Rioja #BCC309
RGB
CMYK
RGB Variations
Color information
#BCC309 (or 0xBCC309) is known color: La Rioja. HEX triplet: BC, C3 and 09. RGB value is (188,195,9). Sum of RGB (Red+Green+Blue) = 188+195+9=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC309 is #433CF6. Grayscale: #ACACAC. Windows color (decimal): -4406519 or 639932. OLE color: 639932.
HSL color Cylindrical-coordinate representation of color #BCC309: hue angle of 62.26º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCC309 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 9 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.24 |
| HSL | 62.26º | 0.91% | 0.4% | - |
| HSV(B) | 62.26º | 0.95% | 0.76% | - |
| XYZ | 40.3 | 49.74 | 7.74 | - |
| YUV | 171.7 | 36.18 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 9 | 0.04 | 0 | 0.95 | 0.24 | 62.26 | 0.91 | 0.4 |
| Hex | BC | C3 | 9 | 4 | 0 | 5F | 18 | 3E | 5B | 28 |
| Octal | 274 | 303 | 11 | 4 | 0 | 137 | 30 | 76 | 133 | 50 |
| Binary | 10111100 | 11000011 | 1001 | 100 | 0 | 1011111 | 11000 | 111110 | 1011011 | 101000 |
Color Harmonies of #BCC309
Complementary color
Monochromatic Colors of #BCC309
Black with #BCC309
Text Example
Text Example
White with #BCC309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC309; }
p { color: rgb(188,195,9); }
H1.HeaderClassName
{
color: #BCC309;
}
.AnyTagClassName
{
color: #BCC309;
}
</style>
background-color css
<style>
a { background-color: #BCC309; }
a { background-color: rgb(188,195,9); }
div.DivClassName
{
background-color: #BCC309;
}
.BgClassName
{
background-color: #BCC309;
}
</style>
border-color css
<style>
span { border-color: #BCC309; }
span { border-color: rgb(188,195,9); }
td.TdClassName
{
border-color: #BCC309;
}
.TagClassName
{
border-color: #BCC309;
}
</style>