Shades of Rio Grande #B5C52A
Tints of Rio Grande #B5C52A
RGB
CMYK
RGB Variations
Color information
#B5C52A (or 0xB5C52A) is known color: Rio Grande. HEX triplet: B5, C5 and 2A. RGB value is (181,197,42). Sum of RGB (Red+Green+Blue) = 181+197+42=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C52A is #4A3AD5. Grayscale: #AFAFAF. Windows color (decimal): -4864726 or 2803125. OLE color: 2803125.
HSL color Cylindrical-coordinate representation of color #B5C52A: hue angle of 66.19º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5C52A is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 42 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.23 |
| HSL | 66.19º | 0.65% | 0.47% | - |
| HSV(B) | 66.19º | 0.79% | 0.77% | - |
| XYZ | 39.44 | 49.92 | 9.75 | - |
| YUV | 174.55 | 53.2 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 42 | 0.08 | 0 | 0.79 | 0.23 | 66.19 | 0.65 | 0.47 |
| Hex | B5 | C5 | 2A | 8 | 0 | 4F | 17 | 42 | 41 | 2F |
| Octal | 265 | 305 | 52 | 10 | 0 | 117 | 27 | 102 | 101 | 57 |
| Binary | 10110101 | 11000101 | 101010 | 1000 | 0 | 1001111 | 10111 | 1000010 | 1000001 | 101111 |
Color Harmonies of #B5C52A
Complementary color
Monochromatic Colors of #B5C52A
Black with #B5C52A
Text Example
Text Example
White with #B5C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C52A; }
p { color: rgb(181,197,42); }
H1.HeaderClassName
{
color: #B5C52A;
}
.AnyTagClassName
{
color: #B5C52A;
}
</style>
background-color css
<style>
a { background-color: #B5C52A; }
a { background-color: rgb(181,197,42); }
div.DivClassName
{
background-color: #B5C52A;
}
.BgClassName
{
background-color: #B5C52A;
}
</style>
border-color css
<style>
span { border-color: #B5C52A; }
span { border-color: rgb(181,197,42); }
td.TdClassName
{
border-color: #B5C52A;
}
.TagClassName
{
border-color: #B5C52A;
}
</style>