Shades of La Rioja #BCC712
Tints of La Rioja #BCC712
RGB
CMYK
RGB Variations
Color information
#BCC712 (or 0xBCC712) is known color: La Rioja. HEX triplet: BC, C7 and 12. RGB value is (188,199,18). Sum of RGB (Red+Green+Blue) = 188+199+18=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC712 is #4338ED. Grayscale: #AFAFAF. Windows color (decimal): -4405486 or 1230780. OLE color: 1230780.
HSL color Cylindrical-coordinate representation of color #BCC712: hue angle of 63.65º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCC712 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 18 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.22 |
| HSL | 63.65º | 0.83% | 0.43% | - |
| HSV(B) | 63.65º | 0.91% | 0.78% | - |
| XYZ | 41.27 | 51.58 | 8.35 | - |
| YUV | 175.08 | 39.36 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 18 | 0.06 | 0 | 0.91 | 0.22 | 63.65 | 0.83 | 0.43 |
| Hex | BC | C7 | 12 | 6 | 0 | 5B | 16 | 40 | 53 | 2B |
| Octal | 274 | 307 | 22 | 6 | 0 | 133 | 26 | 100 | 123 | 53 |
| Binary | 10111100 | 11000111 | 10010 | 110 | 0 | 1011011 | 10110 | 1000000 | 1010011 | 101011 |
Color Harmonies of #BCC712
Complementary color
Monochromatic Colors of #BCC712
Black with #BCC712
Text Example
Text Example
White with #BCC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC712; }
p { color: rgb(188,199,18); }
H1.HeaderClassName
{
color: #BCC712;
}
.AnyTagClassName
{
color: #BCC712;
}
</style>
background-color css
<style>
a { background-color: #BCC712; }
a { background-color: rgb(188,199,18); }
div.DivClassName
{
background-color: #BCC712;
}
.BgClassName
{
background-color: #BCC712;
}
</style>
border-color css
<style>
span { border-color: #BCC712; }
span { border-color: rgb(188,199,18); }
td.TdClassName
{
border-color: #BCC712;
}
.TagClassName
{
border-color: #BCC712;
}
</style>