Shades of La Rioja #B5C605
Tints of La Rioja #B5C605
RGB
CMYK
RGB Variations
Color information
#B5C605 (or 0xB5C605) is known color: La Rioja. HEX triplet: B5, C6 and 05. RGB value is (181,198,5). Sum of RGB (Red+Green+Blue) = 181+198+5=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C605 is #4A39FA. Grayscale: #ABABAB. Windows color (decimal): -4864507 or 378549. OLE color: 378549.
HSL color Cylindrical-coordinate representation of color #B5C605: hue angle of 65.28º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5C605 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.22 |
| HSL | 65.28º | 0.95% | 0.4% | - |
| HSV(B) | 65.28º | 0.97% | 0.78% | - |
| XYZ | 39.28 | 50.22 | 7.77 | - |
| YUV | 170.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 5 | 0.09 | 0 | 0.97 | 0.22 | 65.28 | 0.95 | 0.4 |
| Hex | B5 | C6 | 5 | 9 | 0 | 61 | 16 | 41 | 5F | 28 |
| Octal | 265 | 306 | 5 | 11 | 0 | 141 | 26 | 101 | 137 | 50 |
| Binary | 10110101 | 11000110 | 101 | 1001 | 0 | 1100001 | 10110 | 1000001 | 1011111 | 101000 |
Color Harmonies of #B5C605
Complementary color
Monochromatic Colors of #B5C605
Black with #B5C605
Text Example
Text Example
White with #B5C605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C605; }
p { color: rgb(181,198,5); }
H1.HeaderClassName
{
color: #B5C605;
}
.AnyTagClassName
{
color: #B5C605;
}
</style>
background-color css
<style>
a { background-color: #B5C605; }
a { background-color: rgb(181,198,5); }
div.DivClassName
{
background-color: #B5C605;
}
.BgClassName
{
background-color: #B5C605;
}
</style>
border-color css
<style>
span { border-color: #B5C605; }
span { border-color: rgb(181,198,5); }
td.TdClassName
{
border-color: #B5C605;
}
.TagClassName
{
border-color: #B5C605;
}
</style>