Shades of La Rioja #BCC60D
Tints of La Rioja #BCC60D
RGB
CMYK
RGB Variations
Color information
#BCC60D (or 0xBCC60D) is known color: La Rioja. HEX triplet: BC, C6 and 0D. RGB value is (188,198,13). Sum of RGB (Red+Green+Blue) = 188+198+13=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC60D is #4339F2. Grayscale: #AEAEAE. Windows color (decimal): -4405747 or 902844. OLE color: 902844.
HSL color Cylindrical-coordinate representation of color #BCC60D: hue angle of 63.24º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCC60D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 13 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.22 |
| HSL | 63.24º | 0.88% | 0.41% | - |
| HSV(B) | 63.24º | 0.93% | 0.78% | - |
| XYZ | 41.01 | 51.11 | 8.08 | - |
| YUV | 173.92 | 37.19 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 13 | 0.05 | 0 | 0.93 | 0.22 | 63.24 | 0.88 | 0.41 |
| Hex | BC | C6 | D | 5 | 0 | 5D | 16 | 3F | 58 | 29 |
| Octal | 274 | 306 | 15 | 5 | 0 | 135 | 26 | 77 | 130 | 51 |
| Binary | 10111100 | 11000110 | 1101 | 101 | 0 | 1011101 | 10110 | 111111 | 1011000 | 101001 |
Color Harmonies of #BCC60D
Complementary color
Monochromatic Colors of #BCC60D
Black with #BCC60D
Text Example
Text Example
White with #BCC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC60D; }
p { color: rgb(188,198,13); }
H1.HeaderClassName
{
color: #BCC60D;
}
.AnyTagClassName
{
color: #BCC60D;
}
</style>
background-color css
<style>
a { background-color: #BCC60D; }
a { background-color: rgb(188,198,13); }
div.DivClassName
{
background-color: #BCC60D;
}
.BgClassName
{
background-color: #BCC60D;
}
</style>
border-color css
<style>
span { border-color: #BCC60D; }
span { border-color: rgb(188,198,13); }
td.TdClassName
{
border-color: #BCC60D;
}
.TagClassName
{
border-color: #BCC60D;
}
</style>