Shades of La Rioja #BCC30A
Tints of La Rioja #BCC30A
RGB
CMYK
RGB Variations
Color information
#BCC30A (or 0xBCC30A) is known color: La Rioja. HEX triplet: BC, C3 and 0A. RGB value is (188,195,10). Sum of RGB (Red+Green+Blue) = 188+195+10=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC30A is #433CF5. Grayscale: #ACACAC. Windows color (decimal): -4406518 or 705468. OLE color: 705468.
HSL color Cylindrical-coordinate representation of color #BCC30A: hue angle of 62.27º degrees, saturation: 0.9, 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 #BCC30A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.24 |
| HSL | 62.27º | 0.9% | 0.4% | - |
| HSV(B) | 62.27º | 0.95% | 0.76% | - |
| XYZ | 40.31 | 49.74 | 7.76 | - |
| YUV | 171.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 10 | 0.04 | 0 | 0.95 | 0.24 | 62.27 | 0.9 | 0.4 |
| Hex | BC | C3 | A | 4 | 0 | 5F | 18 | 3E | 5A | 28 |
| Octal | 274 | 303 | 12 | 4 | 0 | 137 | 30 | 76 | 132 | 50 |
| Binary | 10111100 | 11000011 | 1010 | 100 | 0 | 1011111 | 11000 | 111110 | 1011010 | 101000 |
Color Harmonies of #BCC30A
Complementary color
Monochromatic Colors of #BCC30A
Black with #BCC30A
Text Example
Text Example
White with #BCC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC30A; }
p { color: rgb(188,195,10); }
H1.HeaderClassName
{
color: #BCC30A;
}
.AnyTagClassName
{
color: #BCC30A;
}
</style>
background-color css
<style>
a { background-color: #BCC30A; }
a { background-color: rgb(188,195,10); }
div.DivClassName
{
background-color: #BCC30A;
}
.BgClassName
{
background-color: #BCC30A;
}
</style>
border-color css
<style>
span { border-color: #BCC30A; }
span { border-color: rgb(188,195,10); }
td.TdClassName
{
border-color: #BCC30A;
}
.TagClassName
{
border-color: #BCC30A;
}
</style>