Shades of La Rioja #B5CE02
Tints of La Rioja #B5CE02
RGB
CMYK
RGB Variations
Color information
#B5CE02 (or 0xB5CE02) is known color: La Rioja. HEX triplet: B5, CE and 02. RGB value is (181,206,2). Sum of RGB (Red+Green+Blue) = 181+206+2=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CE02 is #4A31FD. Grayscale: #B0B0B0. Windows color (decimal): -4862462 or 183989. OLE color: 183989.
HSL color Cylindrical-coordinate representation of color #B5CE02: hue angle of 67.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5CE02 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.19 |
| HSL | 67.35º | 0.98% | 0.41% | - |
| HSV(B) | 67.35º | 0.99% | 0.81% | - |
| XYZ | 41.14 | 53.97 | 8.31 | - |
| YUV | 175.27 | 30.22 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 2 | 0.12 | 0 | 0.99 | 0.19 | 67.35 | 0.98 | 0.41 |
| Hex | B5 | CE | 2 | C | 0 | 63 | 13 | 43 | 62 | 29 |
| Octal | 265 | 316 | 2 | 14 | 0 | 143 | 23 | 103 | 142 | 51 |
| Binary | 10110101 | 11001110 | 10 | 1100 | 0 | 1100011 | 10011 | 1000011 | 1100010 | 101001 |
Color Harmonies of #B5CE02
Complementary color
Monochromatic Colors of #B5CE02
Black with #B5CE02
Text Example
Text Example
White with #B5CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE02; }
p { color: rgb(181,206,2); }
H1.HeaderClassName
{
color: #B5CE02;
}
.AnyTagClassName
{
color: #B5CE02;
}
</style>
background-color css
<style>
a { background-color: #B5CE02; }
a { background-color: rgb(181,206,2); }
div.DivClassName
{
background-color: #B5CE02;
}
.BgClassName
{
background-color: #B5CE02;
}
</style>
border-color css
<style>
span { border-color: #B5CE02; }
span { border-color: rgb(181,206,2); }
td.TdClassName
{
border-color: #B5CE02;
}
.TagClassName
{
border-color: #B5CE02;
}
</style>