Shades of La Rioja #B7CE02
Tints of La Rioja #B7CE02
RGB
CMYK
RGB Variations
Color information
#B7CE02 (or 0xB7CE02) is known color: La Rioja. HEX triplet: B7, CE and 02. RGB value is (183,206,2). Sum of RGB (Red+Green+Blue) = 183+206+2=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 206 (80.86% from 255 or 52.69% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CE02 is #4831FD. Grayscale: #B0B0B0. Windows color (decimal): -4731390 or 183991. OLE color: 183991.
HSL color Cylindrical-coordinate representation of color #B7CE02: hue angle of 66.76º 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 #B7CE02 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.19 |
| HSL | 66.76º | 0.98% | 0.41% | - |
| HSV(B) | 66.76º | 0.99% | 0.81% | - |
| XYZ | 41.61 | 54.21 | 8.33 | - |
| YUV | 175.87 | 29.88 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 2 | 0.11 | 0 | 0.99 | 0.19 | 66.76 | 0.98 | 0.41 |
| Hex | B7 | CE | 2 | B | 0 | 63 | 13 | 43 | 62 | 29 |
| Octal | 267 | 316 | 2 | 13 | 0 | 143 | 23 | 103 | 142 | 51 |
| Binary | 10110111 | 11001110 | 10 | 1011 | 0 | 1100011 | 10011 | 1000011 | 1100010 | 101001 |
Color Harmonies of #B7CE02
Complementary color
Monochromatic Colors of #B7CE02
Black with #B7CE02
Text Example
Text Example
White with #B7CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE02; }
p { color: rgb(183,206,2); }
H1.HeaderClassName
{
color: #B7CE02;
}
.AnyTagClassName
{
color: #B7CE02;
}
</style>
background-color css
<style>
a { background-color: #B7CE02; }
a { background-color: rgb(183,206,2); }
div.DivClassName
{
background-color: #B7CE02;
}
.BgClassName
{
background-color: #B7CE02;
}
</style>
border-color css
<style>
span { border-color: #B7CE02; }
span { border-color: rgb(183,206,2); }
td.TdClassName
{
border-color: #B7CE02;
}
.TagClassName
{
border-color: #B7CE02;
}
</style>