Shades of La Rioja #BCC30D
Tints of La Rioja #BCC30D
RGB
CMYK
RGB Variations
Color information
#BCC30D (or 0xBCC30D) is known color: La Rioja. HEX triplet: BC, C3 and 0D. RGB value is (188,195,13). Sum of RGB (Red+Green+Blue) = 188+195+13=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC30D is #433CF2. Grayscale: #ACACAC. Windows color (decimal): -4406515 or 902076. OLE color: 902076.
HSL color Cylindrical-coordinate representation of color #BCC30D: hue angle of 62.31º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCC30D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.24 |
| HSL | 62.31º | 0.88% | 0.41% | - |
| HSV(B) | 62.31º | 0.93% | 0.76% | - |
| XYZ | 40.33 | 49.75 | 7.86 | - |
| YUV | 172.16 | 38.18 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 13 | 0.04 | 0 | 0.93 | 0.24 | 62.31 | 0.88 | 0.41 |
| Hex | BC | C3 | D | 4 | 0 | 5D | 18 | 3E | 58 | 29 |
| Octal | 274 | 303 | 15 | 4 | 0 | 135 | 30 | 76 | 130 | 51 |
| Binary | 10111100 | 11000011 | 1101 | 100 | 0 | 1011101 | 11000 | 111110 | 1011000 | 101001 |
Color Harmonies of #BCC30D
Complementary color
Monochromatic Colors of #BCC30D
Black with #BCC30D
Text Example
Text Example
White with #BCC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC30D; }
p { color: rgb(188,195,13); }
H1.HeaderClassName
{
color: #BCC30D;
}
.AnyTagClassName
{
color: #BCC30D;
}
</style>
background-color css
<style>
a { background-color: #BCC30D; }
a { background-color: rgb(188,195,13); }
div.DivClassName
{
background-color: #BCC30D;
}
.BgClassName
{
background-color: #BCC30D;
}
</style>
border-color css
<style>
span { border-color: #BCC30D; }
span { border-color: rgb(188,195,13); }
td.TdClassName
{
border-color: #BCC30D;
}
.TagClassName
{
border-color: #BCC30D;
}
</style>