Shades of Rio Grande #B5C62E
Tints of Rio Grande #B5C62E
RGB
CMYK
RGB Variations
Color information
#B5C62E (or 0xB5C62E) is known color: Rio Grande. HEX triplet: B5, C6 and 2E. RGB value is (181,198,46). Sum of RGB (Red+Green+Blue) = 181+198+46=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C62E is #4A39D1. Grayscale: #B0B0B0. Windows color (decimal): -4864466 or 3065525. OLE color: 3065525.
HSL color Cylindrical-coordinate representation of color #B5C62E: hue angle of 66.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5C62E is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 46 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.22 |
| HSL | 66.71º | 0.62% | 0.48% | - |
| HSV(B) | 66.71º | 0.77% | 0.78% | - |
| XYZ | 39.74 | 50.41 | 10.22 | - |
| YUV | 175.59 | 54.87 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 46 | 0.09 | 0 | 0.77 | 0.22 | 66.71 | 0.62 | 0.48 |
| Hex | B5 | C6 | 2E | 9 | 0 | 4D | 16 | 43 | 3E | 30 |
| Octal | 265 | 306 | 56 | 11 | 0 | 115 | 26 | 103 | 76 | 60 |
| Binary | 10110101 | 11000110 | 101110 | 1001 | 0 | 1001101 | 10110 | 1000011 | 111110 | 110000 |
Color Harmonies of #B5C62E
Complementary color
Monochromatic Colors of #B5C62E
Black with #B5C62E
Text Example
Text Example
White with #B5C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C62E; }
p { color: rgb(181,198,46); }
H1.HeaderClassName
{
color: #B5C62E;
}
.AnyTagClassName
{
color: #B5C62E;
}
</style>
background-color css
<style>
a { background-color: #B5C62E; }
a { background-color: rgb(181,198,46); }
div.DivClassName
{
background-color: #B5C62E;
}
.BgClassName
{
background-color: #B5C62E;
}
</style>
border-color css
<style>
span { border-color: #B5C62E; }
span { border-color: rgb(181,198,46); }
td.TdClassName
{
border-color: #B5C62E;
}
.TagClassName
{
border-color: #B5C62E;
}
</style>