Shades of La Rioja #B7C802
Tints of La Rioja #B7C802
RGB
CMYK
RGB Variations
Color information
#B7C802 (or 0xB7C802) is known color: La Rioja. HEX triplet: B7, C8 and 02. RGB value is (183,200,2). Sum of RGB (Red+Green+Blue) = 183+200+2=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C802 is #4837FD. Grayscale: #ADADAD. Windows color (decimal): -4732926 or 182455. OLE color: 182455.
HSL color Cylindrical-coordinate representation of color #B7C802: hue angle of 65.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7C802 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.22 |
| HSL | 65.15º | 0.98% | 0.4% | - |
| HSV(B) | 65.15º | 0.99% | 0.78% | - |
| XYZ | 40.19 | 51.38 | 7.86 | - |
| YUV | 172.35 | 31.87 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 2 | 0.08 | 0 | 0.99 | 0.22 | 65.15 | 0.98 | 0.4 |
| Hex | B7 | C8 | 2 | 8 | 0 | 63 | 16 | 41 | 62 | 28 |
| Octal | 267 | 310 | 2 | 10 | 0 | 143 | 26 | 101 | 142 | 50 |
| Binary | 10110111 | 11001000 | 10 | 1000 | 0 | 1100011 | 10110 | 1000001 | 1100010 | 101000 |
Color Harmonies of #B7C802
Complementary color
Monochromatic Colors of #B7C802
Black with #B7C802
Text Example
Text Example
White with #B7C802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C802; }
p { color: rgb(183,200,2); }
H1.HeaderClassName
{
color: #B7C802;
}
.AnyTagClassName
{
color: #B7C802;
}
</style>
background-color css
<style>
a { background-color: #B7C802; }
a { background-color: rgb(183,200,2); }
div.DivClassName
{
background-color: #B7C802;
}
.BgClassName
{
background-color: #B7C802;
}
</style>
border-color css
<style>
span { border-color: #B7C802; }
span { border-color: rgb(183,200,2); }
td.TdClassName
{
border-color: #B7C802;
}
.TagClassName
{
border-color: #B7C802;
}
</style>