Shades of La Rioja #B1CE03
Tints of La Rioja #B1CE03
RGB
CMYK
RGB Variations
Color information
#B1CE03 (or 0xB1CE03) is known color: La Rioja. HEX triplet: B1, CE and 03. RGB value is (177,206,3). Sum of RGB (Red+Green+Blue) = 177+206+3=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CE03 is #4E31FC. Grayscale: #AEAEAE. Windows color (decimal): -5124605 or 249521. OLE color: 249521.
HSL color Cylindrical-coordinate representation of color #B1CE03: hue angle of 68.57º degrees, saturation: 0.97, 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 #B1CE03 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.19 |
| HSL | 68.57º | 0.97% | 0.41% | - |
| HSV(B) | 68.57º | 0.99% | 0.81% | - |
| XYZ | 40.22 | 53.5 | 8.29 | - |
| YUV | 174.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 3 | 0.14 | 0 | 0.99 | 0.19 | 68.57 | 0.97 | 0.41 |
| Hex | B1 | CE | 3 | E | 0 | 63 | 13 | 45 | 61 | 29 |
| Octal | 261 | 316 | 3 | 16 | 0 | 143 | 23 | 105 | 141 | 51 |
| Binary | 10110001 | 11001110 | 11 | 1110 | 0 | 1100011 | 10011 | 1000101 | 1100001 | 101001 |
Color Harmonies of #B1CE03
Complementary color
Monochromatic Colors of #B1CE03
Black with #B1CE03
Text Example
Text Example
White with #B1CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE03; }
p { color: rgb(177,206,3); }
H1.HeaderClassName
{
color: #B1CE03;
}
.AnyTagClassName
{
color: #B1CE03;
}
</style>
background-color css
<style>
a { background-color: #B1CE03; }
a { background-color: rgb(177,206,3); }
div.DivClassName
{
background-color: #B1CE03;
}
.BgClassName
{
background-color: #B1CE03;
}
</style>
border-color css
<style>
span { border-color: #B1CE03; }
span { border-color: rgb(177,206,3); }
td.TdClassName
{
border-color: #B1CE03;
}
.TagClassName
{
border-color: #B1CE03;
}
</style>