Shades of La Rioja #B0CA00
Tints of La Rioja #B0CA00
RGB
CMYK
RGB Variations
Color information
#B0CA00 (or 0xB0CA00) is known color: La Rioja. HEX triplet: B0, CA and 00. RGB value is (176,202,0). Sum of RGB (Red+Green+Blue) = 176+202+0=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CA00 is #4F35FF. Grayscale: #ABABAB. Windows color (decimal): -5191168 or 51888. OLE color: 51888.
HSL color Cylindrical-coordinate representation of color #B0CA00: hue angle of 67.72º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0CA00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.21 |
| HSL | 67.72º | 1% | 0.4% | - |
| HSV(B) | 67.72º | 1% | 0.79% | - |
| XYZ | 39.03 | 51.47 | 7.88 | - |
| YUV | 171.2 | 31.39 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 0 | 0.13 | 0 | 1 | 0.21 | 67.72 | 1 | 0.4 |
| Hex | B0 | CA | 0 | D | 0 | 64 | 15 | 44 | 64 | 28 |
| Octal | 260 | 312 | 0 | 15 | 0 | 144 | 25 | 104 | 144 | 50 |
| Binary | 10110000 | 11001010 | 0 | 1101 | 0 | 1100100 | 10101 | 1000100 | 1100100 | 101000 |
Color Harmonies of #B0CA00
Complementary color
Monochromatic Colors of #B0CA00
Black with #B0CA00
Text Example
Text Example
White with #B0CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA00; }
p { color: rgb(176,202,0); }
H1.HeaderClassName
{
color: #B0CA00;
}
.AnyTagClassName
{
color: #B0CA00;
}
</style>
background-color css
<style>
a { background-color: #B0CA00; }
a { background-color: rgb(176,202,0); }
div.DivClassName
{
background-color: #B0CA00;
}
.BgClassName
{
background-color: #B0CA00;
}
</style>
border-color css
<style>
span { border-color: #B0CA00; }
span { border-color: rgb(176,202,0); }
td.TdClassName
{
border-color: #B0CA00;
}
.TagClassName
{
border-color: #B0CA00;
}
</style>