Shades of La Rioja #B1CE02
Tints of La Rioja #B1CE02
RGB
CMYK
RGB Variations
Color information
#B1CE02 (or 0xB1CE02) is known color: La Rioja. HEX triplet: B1, CE and 02. RGB value is (177,206,2). Sum of RGB (Red+Green+Blue) = 177+206+2=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CE02 is #4E31FD. Grayscale: #AEAEAE. Windows color (decimal): -5124606 or 183985. OLE color: 183985.
HSL color Cylindrical-coordinate representation of color #B1CE02: hue angle of 68.53º 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 #B1CE02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.19 |
| HSL | 68.53º | 0.98% | 0.41% | - |
| HSV(B) | 68.53º | 0.99% | 0.81% | - |
| XYZ | 40.21 | 53.49 | 8.26 | - |
| YUV | 174.07 | 30.89 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 2 | 0.14 | 0 | 0.99 | 0.19 | 68.53 | 0.98 | 0.41 |
| Hex | B1 | CE | 2 | E | 0 | 63 | 13 | 45 | 62 | 29 |
| Octal | 261 | 316 | 2 | 16 | 0 | 143 | 23 | 105 | 142 | 51 |
| Binary | 10110001 | 11001110 | 10 | 1110 | 0 | 1100011 | 10011 | 1000101 | 1100010 | 101001 |
Color Harmonies of #B1CE02
Complementary color
Monochromatic Colors of #B1CE02
Black with #B1CE02
Text Example
Text Example
White with #B1CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE02; }
p { color: rgb(177,206,2); }
H1.HeaderClassName
{
color: #B1CE02;
}
.AnyTagClassName
{
color: #B1CE02;
}
</style>
background-color css
<style>
a { background-color: #B1CE02; }
a { background-color: rgb(177,206,2); }
div.DivClassName
{
background-color: #B1CE02;
}
.BgClassName
{
background-color: #B1CE02;
}
</style>
border-color css
<style>
span { border-color: #B1CE02; }
span { border-color: rgb(177,206,2); }
td.TdClassName
{
border-color: #B1CE02;
}
.TagClassName
{
border-color: #B1CE02;
}
</style>