Shades of La Rioja #B0CA02
Tints of La Rioja #B0CA02
RGB
CMYK
RGB Variations
Color information
#B0CA02 (or 0xB0CA02) is known color: La Rioja. HEX triplet: B0, CA and 02. RGB value is (176,202,2). Sum of RGB (Red+Green+Blue) = 176+202+2=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CA02 is #4F35FD. Grayscale: #ACACAC. Windows color (decimal): -5191166 or 182960. OLE color: 182960.
HSL color Cylindrical-coordinate representation of color #B0CA02: hue angle of 67.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0CA02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.21 |
| HSL | 67.8º | 0.98% | 0.4% | - |
| HSV(B) | 67.8º | 0.99% | 0.79% | - |
| XYZ | 39.04 | 51.48 | 7.94 | - |
| YUV | 171.43 | 32.39 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 2 | 0.13 | 0 | 0.99 | 0.21 | 67.8 | 0.98 | 0.4 |
| Hex | B0 | CA | 2 | D | 0 | 63 | 15 | 44 | 62 | 28 |
| Octal | 260 | 312 | 2 | 15 | 0 | 143 | 25 | 104 | 142 | 50 |
| Binary | 10110000 | 11001010 | 10 | 1101 | 0 | 1100011 | 10101 | 1000100 | 1100010 | 101000 |
Color Harmonies of #B0CA02
Complementary color
Monochromatic Colors of #B0CA02
Black with #B0CA02
Text Example
Text Example
White with #B0CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA02; }
p { color: rgb(176,202,2); }
H1.HeaderClassName
{
color: #B0CA02;
}
.AnyTagClassName
{
color: #B0CA02;
}
</style>
background-color css
<style>
a { background-color: #B0CA02; }
a { background-color: rgb(176,202,2); }
div.DivClassName
{
background-color: #B0CA02;
}
.BgClassName
{
background-color: #B0CA02;
}
</style>
border-color css
<style>
span { border-color: #B0CA02; }
span { border-color: rgb(176,202,2); }
td.TdClassName
{
border-color: #B0CA02;
}
.TagClassName
{
border-color: #B0CA02;
}
</style>