Shades of La Rioja #B7D002
Tints of La Rioja #B7D002
RGB
CMYK
RGB Variations
Color information
#B7D002 (or 0xB7D002) is known color: La Rioja. HEX triplet: B7, D0 and 02. RGB value is (183,208,2). Sum of RGB (Red+Green+Blue) = 183+208+2=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D002 is #482FFD. Grayscale: #B1B1B1. Windows color (decimal): -4730878 or 184503. OLE color: 184503.
HSL color Cylindrical-coordinate representation of color #B7D002: hue angle of 67.28º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7D002 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.18 |
| HSL | 67.28º | 0.98% | 0.41% | - |
| HSV(B) | 67.28º | 0.99% | 0.82% | - |
| XYZ | 42.1 | 55.18 | 8.49 | - |
| YUV | 177.04 | 29.22 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 2 | 0.12 | 0 | 0.99 | 0.18 | 67.28 | 0.98 | 0.41 |
| Hex | B7 | D0 | 2 | C | 0 | 63 | 12 | 43 | 62 | 29 |
| Octal | 267 | 320 | 2 | 14 | 0 | 143 | 22 | 103 | 142 | 51 |
| Binary | 10110111 | 11010000 | 10 | 1100 | 0 | 1100011 | 10010 | 1000011 | 1100010 | 101001 |
Color Harmonies of #B7D002
Complementary color
Monochromatic Colors of #B7D002
Black with #B7D002
Text Example
Text Example
White with #B7D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D002; }
p { color: rgb(183,208,2); }
H1.HeaderClassName
{
color: #B7D002;
}
.AnyTagClassName
{
color: #B7D002;
}
</style>
background-color css
<style>
a { background-color: #B7D002; }
a { background-color: rgb(183,208,2); }
div.DivClassName
{
background-color: #B7D002;
}
.BgClassName
{
background-color: #B7D002;
}
</style>
border-color css
<style>
span { border-color: #B7D002; }
span { border-color: rgb(183,208,2); }
td.TdClassName
{
border-color: #B7D002;
}
.TagClassName
{
border-color: #B7D002;
}
</style>