Shades of La Rioja #BCC90B
Tints of La Rioja #BCC90B
RGB
CMYK
RGB Variations
Color information
#BCC90B (or 0xBCC90B) is known color: La Rioja. HEX triplet: BC, C9 and 0B. RGB value is (188,201,11). Sum of RGB (Red+Green+Blue) = 188+201+11=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC90B is #4336F4. Grayscale: #B0B0B0. Windows color (decimal): -4404981 or 772540. OLE color: 772540.
HSL color Cylindrical-coordinate representation of color #BCC90B: hue angle of 64.11º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCC90B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.21 |
| HSL | 64.11º | 0.9% | 0.42% | - |
| HSV(B) | 64.11º | 0.95% | 0.79% | - |
| XYZ | 41.69 | 52.49 | 8.25 | - |
| YUV | 175.45 | 35.19 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 11 | 0.06 | 0 | 0.95 | 0.21 | 64.11 | 0.9 | 0.42 |
| Hex | BC | C9 | B | 6 | 0 | 5F | 15 | 40 | 5A | 2A |
| Octal | 274 | 311 | 13 | 6 | 0 | 137 | 25 | 100 | 132 | 52 |
| Binary | 10111100 | 11001001 | 1011 | 110 | 0 | 1011111 | 10101 | 1000000 | 1011010 | 101010 |
Color Harmonies of #BCC90B
Complementary color
Monochromatic Colors of #BCC90B
Black with #BCC90B
Text Example
Text Example
White with #BCC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC90B; }
p { color: rgb(188,201,11); }
H1.HeaderClassName
{
color: #BCC90B;
}
.AnyTagClassName
{
color: #BCC90B;
}
</style>
background-color css
<style>
a { background-color: #BCC90B; }
a { background-color: rgb(188,201,11); }
div.DivClassName
{
background-color: #BCC90B;
}
.BgClassName
{
background-color: #BCC90B;
}
</style>
border-color css
<style>
span { border-color: #BCC90B; }
span { border-color: rgb(188,201,11); }
td.TdClassName
{
border-color: #BCC90B;
}
.TagClassName
{
border-color: #BCC90B;
}
</style>