Shades of La Rioja #B0CD00
Tints of La Rioja #B0CD00
RGB
CMYK
RGB Variations
Color information
#B0CD00 (or 0xB0CD00) is known color: La Rioja. HEX triplet: B0, CD and 00. RGB value is (176,205,0). Sum of RGB (Red+Green+Blue) = 176+205+0=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CD00 is #4F32FF. Grayscale: #ADADAD. Windows color (decimal): -5190400 or 52656. OLE color: 52656.
HSL color Cylindrical-coordinate representation of color #B0CD00: hue angle of 68.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0CD00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 205 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.20 |
| HSL | 68.49º | 1% | 0.4% | - |
| HSV(B) | 68.49º | 1% | 0.8% | - |
| XYZ | 39.74 | 52.89 | 8.12 | - |
| YUV | 172.96 | 30.39 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 0 | 0.14 | 0 | 1 | 0.20 | 68.49 | 1 | 0.4 |
| Hex | B0 | CD | 0 | E | 0 | 64 | 14 | 44 | 64 | 28 |
| Octal | 260 | 315 | 0 | 16 | 0 | 144 | 24 | 104 | 144 | 50 |
| Binary | 10110000 | 11001101 | 0 | 1110 | 0 | 1100100 | 10100 | 1000100 | 1100100 | 101000 |
Color Harmonies of #B0CD00
Complementary color
Monochromatic Colors of #B0CD00
Black with #B0CD00
Text Example
Text Example
White with #B0CD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CD00; }
p { color: rgb(176,205,0); }
H1.HeaderClassName
{
color: #B0CD00;
}
.AnyTagClassName
{
color: #B0CD00;
}
</style>
background-color css
<style>
a { background-color: #B0CD00; }
a { background-color: rgb(176,205,0); }
div.DivClassName
{
background-color: #B0CD00;
}
.BgClassName
{
background-color: #B0CD00;
}
</style>
border-color css
<style>
span { border-color: #B0CD00; }
span { border-color: rgb(176,205,0); }
td.TdClassName
{
border-color: #B0CD00;
}
.TagClassName
{
border-color: #B0CD00;
}
</style>