Shades of Rio Grande #B5C52C
Tints of Rio Grande #B5C52C
RGB
CMYK
RGB Variations
Color information
#B5C52C (or 0xB5C52C) is known color: Rio Grande. HEX triplet: B5, C5 and 2C. RGB value is (181,197,44). Sum of RGB (Red+Green+Blue) = 181+197+44=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C52C is #4A3AD3. Grayscale: #AFAFAF. Windows color (decimal): -4864724 or 2934197. OLE color: 2934197.
HSL color Cylindrical-coordinate representation of color #B5C52C: hue angle of 66.27º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5C52C is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 44 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.23 |
| HSL | 66.27º | 0.63% | 0.47% | - |
| HSV(B) | 66.27º | 0.78% | 0.77% | - |
| XYZ | 39.48 | 49.94 | 9.94 | - |
| YUV | 174.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 44 | 0.08 | 0 | 0.78 | 0.23 | 66.27 | 0.63 | 0.47 |
| Hex | B5 | C5 | 2C | 8 | 0 | 4E | 17 | 42 | 3F | 2F |
| Octal | 265 | 305 | 54 | 10 | 0 | 116 | 27 | 102 | 77 | 57 |
| Binary | 10110101 | 11000101 | 101100 | 1000 | 0 | 1001110 | 10111 | 1000010 | 111111 | 101111 |
Color Harmonies of #B5C52C
Complementary color
Monochromatic Colors of #B5C52C
Black with #B5C52C
Text Example
Text Example
White with #B5C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C52C; }
p { color: rgb(181,197,44); }
H1.HeaderClassName
{
color: #B5C52C;
}
.AnyTagClassName
{
color: #B5C52C;
}
</style>
background-color css
<style>
a { background-color: #B5C52C; }
a { background-color: rgb(181,197,44); }
div.DivClassName
{
background-color: #B5C52C;
}
.BgClassName
{
background-color: #B5C52C;
}
</style>
border-color css
<style>
span { border-color: #B5C52C; }
span { border-color: rgb(181,197,44); }
td.TdClassName
{
border-color: #B5C52C;
}
.TagClassName
{
border-color: #B5C52C;
}
</style>