Shades of Rio Grande #B4C42B
Tints of Rio Grande #B4C42B
RGB
CMYK
RGB Variations
Color information
#B4C42B (or 0xB4C42B) is known color: Rio Grande. HEX triplet: B4, C4 and 2B. RGB value is (180,196,43). Sum of RGB (Red+Green+Blue) = 180+196+43=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 43 (17.19% from 255 or 10.26% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C42B is #4B3BD4. Grayscale: #AEAEAE. Windows color (decimal): -4930517 or 2868404. OLE color: 2868404.
HSL color Cylindrical-coordinate representation of color #B4C42B: hue angle of 66.27º degrees, saturation: 0.64, 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 #B4C42B is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 196 | 43 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.23 |
| HSL | 66.27º | 0.64% | 0.47% | - |
| HSV(B) | 66.27º | 0.78% | 0.77% | - |
| XYZ | 39 | 49.36 | 9.76 | - |
| YUV | 173.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 196 | 43 | 0.08 | 0 | 0.78 | 0.23 | 66.27 | 0.64 | 0.47 |
| Hex | B4 | C4 | 2B | 8 | 0 | 4E | 17 | 42 | 40 | 2F |
| Octal | 264 | 304 | 53 | 10 | 0 | 116 | 27 | 102 | 100 | 57 |
| Binary | 10110100 | 11000100 | 101011 | 1000 | 0 | 1001110 | 10111 | 1000010 | 1000000 | 101111 |
Color Harmonies of #B4C42B
Complementary color
Monochromatic Colors of #B4C42B
Black with #B4C42B
Text Example
Text Example
White with #B4C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C42B; }
p { color: rgb(180,196,43); }
H1.HeaderClassName
{
color: #B4C42B;
}
.AnyTagClassName
{
color: #B4C42B;
}
</style>
background-color css
<style>
a { background-color: #B4C42B; }
a { background-color: rgb(180,196,43); }
div.DivClassName
{
background-color: #B4C42B;
}
.BgClassName
{
background-color: #B4C42B;
}
</style>
border-color css
<style>
span { border-color: #B4C42B; }
span { border-color: rgb(180,196,43); }
td.TdClassName
{
border-color: #B4C42B;
}
.TagClassName
{
border-color: #B4C42B;
}
</style>