Shades of La Rioja #BCC908
Tints of La Rioja #BCC908
RGB
CMYK
RGB Variations
Color information
#BCC908 (or 0xBCC908) is known color: La Rioja. HEX triplet: BC, C9 and 08. RGB value is (188,201,8). Sum of RGB (Red+Green+Blue) = 188+201+8=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC908 is #4336F7. Grayscale: #AFAFAF. Windows color (decimal): -4404984 or 575932. OLE color: 575932.
HSL color Cylindrical-coordinate representation of color #BCC908: hue angle of 64.04º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCC908 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.21 |
| HSL | 64.04º | 0.92% | 0.41% | - |
| HSV(B) | 64.04º | 0.96% | 0.79% | - |
| XYZ | 41.67 | 52.48 | 8.16 | - |
| YUV | 175.11 | 33.69 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 8 | 0.06 | 0 | 0.96 | 0.21 | 64.04 | 0.92 | 0.41 |
| Hex | BC | C9 | 8 | 6 | 0 | 60 | 15 | 40 | 5C | 29 |
| Octal | 274 | 311 | 10 | 6 | 0 | 140 | 25 | 100 | 134 | 51 |
| Binary | 10111100 | 11001001 | 1000 | 110 | 0 | 1100000 | 10101 | 1000000 | 1011100 | 101001 |
Color Harmonies of #BCC908
Complementary color
Monochromatic Colors of #BCC908
Black with #BCC908
Text Example
Text Example
White with #BCC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC908; }
p { color: rgb(188,201,8); }
H1.HeaderClassName
{
color: #BCC908;
}
.AnyTagClassName
{
color: #BCC908;
}
</style>
background-color css
<style>
a { background-color: #BCC908; }
a { background-color: rgb(188,201,8); }
div.DivClassName
{
background-color: #BCC908;
}
.BgClassName
{
background-color: #BCC908;
}
</style>
border-color css
<style>
span { border-color: #BCC908; }
span { border-color: rgb(188,201,8); }
td.TdClassName
{
border-color: #BCC908;
}
.TagClassName
{
border-color: #BCC908;
}
</style>