Shades of La Rioja #B5CA00
Tints of La Rioja #B5CA00
RGB
CMYK
RGB Variations
Color information
#B5CA00 (or 0xB5CA00) is known color: La Rioja. HEX triplet: B5, CA and 00. RGB value is (181,202,0). Sum of RGB (Red+Green+Blue) = 181+202+0=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA00 is #4A35FF. Grayscale: #ADADAD. Windows color (decimal): -4863488 or 51893. OLE color: 51893.
HSL color Cylindrical-coordinate representation of color #B5CA00: hue angle of 66.24º 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 #B5CA00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.21 |
| HSL | 66.24º | 1% | 0.4% | - |
| HSV(B) | 66.24º | 1% | 0.79% | - |
| XYZ | 40.18 | 52.06 | 7.93 | - |
| YUV | 172.69 | 30.54 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 0 | 0.10 | 0 | 1 | 0.21 | 66.24 | 1 | 0.4 |
| Hex | B5 | CA | 0 | A | 0 | 64 | 15 | 42 | 64 | 28 |
| Octal | 265 | 312 | 0 | 12 | 0 | 144 | 25 | 102 | 144 | 50 |
| Binary | 10110101 | 11001010 | 0 | 1010 | 0 | 1100100 | 10101 | 1000010 | 1100100 | 101000 |
Color Harmonies of #B5CA00
Complementary color
Monochromatic Colors of #B5CA00
Black with #B5CA00
Text Example
Text Example
White with #B5CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA00; }
p { color: rgb(181,202,0); }
H1.HeaderClassName
{
color: #B5CA00;
}
.AnyTagClassName
{
color: #B5CA00;
}
</style>
background-color css
<style>
a { background-color: #B5CA00; }
a { background-color: rgb(181,202,0); }
div.DivClassName
{
background-color: #B5CA00;
}
.BgClassName
{
background-color: #B5CA00;
}
</style>
border-color css
<style>
span { border-color: #B5CA00; }
span { border-color: rgb(181,202,0); }
td.TdClassName
{
border-color: #B5CA00;
}
.TagClassName
{
border-color: #B5CA00;
}
</style>