Shades of Rio Grande #B5C62C
Tints of Rio Grande #B5C62C
RGB
CMYK
RGB Variations
Color information
#B5C62C (or 0xB5C62C) is known color: Rio Grande. HEX triplet: B5, C6 and 2C. RGB value is (181,198,44). Sum of RGB (Red+Green+Blue) = 181+198+44=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C62C is #4A39D3. Grayscale: #AFAFAF. Windows color (decimal): -4864468 or 2934453. OLE color: 2934453.
HSL color Cylindrical-coordinate representation of color #B5C62C: hue angle of 66.62º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5C62C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 44 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.22 |
| HSL | 66.62º | 0.64% | 0.47% | - |
| HSV(B) | 66.62º | 0.78% | 0.78% | - |
| XYZ | 39.7 | 50.39 | 10.02 | - |
| YUV | 175.36 | 53.87 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 44 | 0.09 | 0 | 0.78 | 0.22 | 66.62 | 0.64 | 0.47 |
| Hex | B5 | C6 | 2C | 9 | 0 | 4E | 16 | 43 | 40 | 2F |
| Octal | 265 | 306 | 54 | 11 | 0 | 116 | 26 | 103 | 100 | 57 |
| Binary | 10110101 | 11000110 | 101100 | 1001 | 0 | 1001110 | 10110 | 1000011 | 1000000 | 101111 |
Color Harmonies of #B5C62C
Complementary color
Monochromatic Colors of #B5C62C
Black with #B5C62C
Text Example
Text Example
White with #B5C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C62C; }
p { color: rgb(181,198,44); }
H1.HeaderClassName
{
color: #B5C62C;
}
.AnyTagClassName
{
color: #B5C62C;
}
</style>
background-color css
<style>
a { background-color: #B5C62C; }
a { background-color: rgb(181,198,44); }
div.DivClassName
{
background-color: #B5C62C;
}
.BgClassName
{
background-color: #B5C62C;
}
</style>
border-color css
<style>
span { border-color: #B5C62C; }
span { border-color: rgb(181,198,44); }
td.TdClassName
{
border-color: #B5C62C;
}
.TagClassName
{
border-color: #B5C62C;
}
</style>