Shades of La Rioja #BCCC0F
Tints of La Rioja #BCCC0F
RGB
CMYK
RGB Variations
Color information
#BCCC0F (or 0xBCCC0F) is known color: La Rioja. HEX triplet: BC, CC and 0F. RGB value is (188,204,15). Sum of RGB (Red+Green+Blue) = 188+204+15=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC0F is #4333F0. Grayscale: #B2B2B2. Windows color (decimal): -4404209 or 1035452. OLE color: 1035452.
HSL color Cylindrical-coordinate representation of color #BCCC0F: hue angle of 65.08º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCCC0F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 15 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.2 |
| HSL | 65.08º | 0.86% | 0.43% | - |
| HSV(B) | 65.08º | 0.93% | 0.8% | - |
| XYZ | 42.42 | 53.91 | 8.62 | - |
| YUV | 177.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 15 | 0.08 | 0 | 0.93 | 0.2 | 65.08 | 0.86 | 0.43 |
| Hex | BC | CC | F | 8 | 0 | 5D | 14 | 41 | 56 | 2B |
| Octal | 274 | 314 | 17 | 10 | 0 | 135 | 24 | 101 | 126 | 53 |
| Binary | 10111100 | 11001100 | 1111 | 1000 | 0 | 1011101 | 10100 | 1000001 | 1010110 | 101011 |
Color Harmonies of #BCCC0F
Complementary color
Monochromatic Colors of #BCCC0F
Black with #BCCC0F
Text Example
Text Example
White with #BCCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC0F; }
p { color: rgb(188,204,15); }
H1.HeaderClassName
{
color: #BCCC0F;
}
.AnyTagClassName
{
color: #BCCC0F;
}
</style>
background-color css
<style>
a { background-color: #BCCC0F; }
a { background-color: rgb(188,204,15); }
div.DivClassName
{
background-color: #BCCC0F;
}
.BgClassName
{
background-color: #BCCC0F;
}
</style>
border-color css
<style>
span { border-color: #BCCC0F; }
span { border-color: rgb(188,204,15); }
td.TdClassName
{
border-color: #BCCC0F;
}
.TagClassName
{
border-color: #BCCC0F;
}
</style>