Shades of Rio Grande #B5C61A
Tints of Rio Grande #B5C61A
RGB
CMYK
RGB Variations
Color information
#B5C61A (or 0xB5C61A) is known color: Rio Grande. HEX triplet: B5, C6 and 1A. RGB value is (181,198,26). Sum of RGB (Red+Green+Blue) = 181+198+26=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C61A is #4A39E5. Grayscale: #ADADAD. Windows color (decimal): -4864486 or 1754805. OLE color: 1754805.
HSL color Cylindrical-coordinate representation of color #B5C61A: hue angle of 65.93º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5C61A is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 26 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.22 |
| HSL | 65.93º | 0.77% | 0.44% | - |
| HSV(B) | 65.93º | 0.87% | 0.78% | - |
| XYZ | 39.44 | 50.29 | 8.61 | - |
| YUV | 173.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 26 | 0.09 | 0 | 0.87 | 0.22 | 65.93 | 0.77 | 0.44 |
| Hex | B5 | C6 | 1A | 9 | 0 | 57 | 16 | 42 | 4D | 2C |
| Octal | 265 | 306 | 32 | 11 | 0 | 127 | 26 | 102 | 115 | 54 |
| Binary | 10110101 | 11000110 | 11010 | 1001 | 0 | 1010111 | 10110 | 1000010 | 1001101 | 101100 |
Color Harmonies of #B5C61A
Complementary color
Monochromatic Colors of #B5C61A
Black with #B5C61A
Text Example
Text Example
White with #B5C61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C61A; }
p { color: rgb(181,198,26); }
H1.HeaderClassName
{
color: #B5C61A;
}
.AnyTagClassName
{
color: #B5C61A;
}
</style>
background-color css
<style>
a { background-color: #B5C61A; }
a { background-color: rgb(181,198,26); }
div.DivClassName
{
background-color: #B5C61A;
}
.BgClassName
{
background-color: #B5C61A;
}
</style>
border-color css
<style>
span { border-color: #B5C61A; }
span { border-color: rgb(181,198,26); }
td.TdClassName
{
border-color: #B5C61A;
}
.TagClassName
{
border-color: #B5C61A;
}
</style>