Shades of Rio Grande #B5C62D
Tints of Rio Grande #B5C62D
RGB
CMYK
RGB Variations
Color information
#B5C62D (or 0xB5C62D) is known color: Rio Grande. HEX triplet: B5, C6 and 2D. RGB value is (181,198,45). Sum of RGB (Red+Green+Blue) = 181+198+45=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C62D is #4A39D2. Grayscale: #B0B0B0. Windows color (decimal): -4864467 or 2999989. OLE color: 2999989.
HSL color Cylindrical-coordinate representation of color #B5C62D: hue angle of 66.67º degrees, saturation: 0.63, 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 #B5C62D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 45 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.22 |
| HSL | 66.67º | 0.63% | 0.48% | - |
| HSV(B) | 66.67º | 0.77% | 0.78% | - |
| XYZ | 39.72 | 50.4 | 10.12 | - |
| YUV | 175.48 | 54.37 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 45 | 0.09 | 0 | 0.77 | 0.22 | 66.67 | 0.63 | 0.48 |
| Hex | B5 | C6 | 2D | 9 | 0 | 4D | 16 | 43 | 3F | 30 |
| Octal | 265 | 306 | 55 | 11 | 0 | 115 | 26 | 103 | 77 | 60 |
| Binary | 10110101 | 11000110 | 101101 | 1001 | 0 | 1001101 | 10110 | 1000011 | 111111 | 110000 |
Color Harmonies of #B5C62D
Complementary color
Monochromatic Colors of #B5C62D
Black with #B5C62D
Text Example
Text Example
White with #B5C62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C62D; }
p { color: rgb(181,198,45); }
H1.HeaderClassName
{
color: #B5C62D;
}
.AnyTagClassName
{
color: #B5C62D;
}
</style>
background-color css
<style>
a { background-color: #B5C62D; }
a { background-color: rgb(181,198,45); }
div.DivClassName
{
background-color: #B5C62D;
}
.BgClassName
{
background-color: #B5C62D;
}
</style>
border-color css
<style>
span { border-color: #B5C62D; }
span { border-color: rgb(181,198,45); }
td.TdClassName
{
border-color: #B5C62D;
}
.TagClassName
{
border-color: #B5C62D;
}
</style>