Shades of La Rioja #B5C207
Tints of La Rioja #B5C207
RGB
CMYK
RGB Variations
Color information
#B5C207 (or 0xB5C207) is known color: La Rioja. HEX triplet: B5, C2 and 07. RGB value is (181,194,7). Sum of RGB (Red+Green+Blue) = 181+194+7=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C207 is #4A3DF8. Grayscale: #A9A9A9. Windows color (decimal): -4865529 or 508597. OLE color: 508597.
HSL color Cylindrical-coordinate representation of color #B5C207: hue angle of 64.17º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5C207 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 7 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.24 |
| HSL | 64.17º | 0.93% | 0.39% | - |
| HSV(B) | 64.17º | 0.96% | 0.76% | - |
| XYZ | 38.39 | 48.42 | 7.52 | - |
| YUV | 168.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 7 | 0.07 | 0 | 0.96 | 0.24 | 64.17 | 0.93 | 0.39 |
| Hex | B5 | C2 | 7 | 7 | 0 | 60 | 18 | 40 | 5D | 27 |
| Octal | 265 | 302 | 7 | 7 | 0 | 140 | 30 | 100 | 135 | 47 |
| Binary | 10110101 | 11000010 | 111 | 111 | 0 | 1100000 | 11000 | 1000000 | 1011101 | 100111 |
Color Harmonies of #B5C207
Complementary color
Monochromatic Colors of #B5C207
Black with #B5C207
Text Example
Text Example
White with #B5C207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C207; }
p { color: rgb(181,194,7); }
H1.HeaderClassName
{
color: #B5C207;
}
.AnyTagClassName
{
color: #B5C207;
}
</style>
background-color css
<style>
a { background-color: #B5C207; }
a { background-color: rgb(181,194,7); }
div.DivClassName
{
background-color: #B5C207;
}
.BgClassName
{
background-color: #B5C207;
}
</style>
border-color css
<style>
span { border-color: #B5C207; }
span { border-color: rgb(181,194,7); }
td.TdClassName
{
border-color: #B5C207;
}
.TagClassName
{
border-color: #B5C207;
}
</style>