Shades of Rio Grande #B5C42C
Tints of Rio Grande #B5C42C
RGB
CMYK
RGB Variations
Color information
#B5C42C (or 0xB5C42C) is known color: Rio Grande. HEX triplet: B5, C4 and 2C. RGB value is (181,196,44). Sum of RGB (Red+Green+Blue) = 181+196+44=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C42C is #4A3BD3. Grayscale: #AEAEAE. Windows color (decimal): -4864980 or 2933941. OLE color: 2933941.
HSL color Cylindrical-coordinate representation of color #B5C42C: hue angle of 65.92º 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 #B5C42C is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 44 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.23 |
| HSL | 65.92º | 0.63% | 0.47% | - |
| HSV(B) | 65.92º | 0.78% | 0.77% | - |
| XYZ | 39.25 | 49.49 | 9.87 | - |
| YUV | 174.19 | 54.53 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 44 | 0.08 | 0 | 0.78 | 0.23 | 65.92 | 0.63 | 0.47 |
| Hex | B5 | C4 | 2C | 8 | 0 | 4E | 17 | 42 | 3F | 2F |
| Octal | 265 | 304 | 54 | 10 | 0 | 116 | 27 | 102 | 77 | 57 |
| Binary | 10110101 | 11000100 | 101100 | 1000 | 0 | 1001110 | 10111 | 1000010 | 111111 | 101111 |
Color Harmonies of #B5C42C
Complementary color
Monochromatic Colors of #B5C42C
Black with #B5C42C
Text Example
Text Example
White with #B5C42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C42C; }
p { color: rgb(181,196,44); }
H1.HeaderClassName
{
color: #B5C42C;
}
.AnyTagClassName
{
color: #B5C42C;
}
</style>
background-color css
<style>
a { background-color: #B5C42C; }
a { background-color: rgb(181,196,44); }
div.DivClassName
{
background-color: #B5C42C;
}
.BgClassName
{
background-color: #B5C42C;
}
</style>
border-color css
<style>
span { border-color: #B5C42C; }
span { border-color: rgb(181,196,44); }
td.TdClassName
{
border-color: #B5C42C;
}
.TagClassName
{
border-color: #B5C42C;
}
</style>