Shades of Rio Grande #B4BA1E
Tints of Rio Grande #B4BA1E
RGB
CMYK
RGB Variations
Color information
#B4BA1E (or 0xB4BA1E) is known color: Rio Grande. HEX triplet: B4, BA and 1E. RGB value is (180,186,30). Sum of RGB (Red+Green+Blue) = 180+186+30=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA1E is #4B45E1. Grayscale: #A7A7A7. Windows color (decimal): -4933090 or 2013876. OLE color: 2013876.
HSL color Cylindrical-coordinate representation of color #B4BA1E: hue angle of 62.31º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4BA1E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 30 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.27 |
| HSL | 62.31º | 0.72% | 0.42% | - |
| HSV(B) | 62.31º | 0.84% | 0.73% | - |
| XYZ | 36.62 | 44.91 | 7.97 | - |
| YUV | 166.42 | 51.01 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 30 | 0.03 | 0 | 0.84 | 0.27 | 62.31 | 0.72 | 0.42 |
| Hex | B4 | BA | 1E | 3 | 0 | 54 | 1B | 3E | 48 | 2A |
| Octal | 264 | 272 | 36 | 3 | 0 | 124 | 33 | 76 | 110 | 52 |
| Binary | 10110100 | 10111010 | 11110 | 11 | 0 | 1010100 | 11011 | 111110 | 1001000 | 101010 |
Color Harmonies of #B4BA1E
Complementary color
Monochromatic Colors of #B4BA1E
Black with #B4BA1E
Text Example
Text Example
White with #B4BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA1E; }
p { color: rgb(180,186,30); }
H1.HeaderClassName
{
color: #B4BA1E;
}
.AnyTagClassName
{
color: #B4BA1E;
}
</style>
background-color css
<style>
a { background-color: #B4BA1E; }
a { background-color: rgb(180,186,30); }
div.DivClassName
{
background-color: #B4BA1E;
}
.BgClassName
{
background-color: #B4BA1E;
}
</style>
border-color css
<style>
span { border-color: #B4BA1E; }
span { border-color: rgb(180,186,30); }
td.TdClassName
{
border-color: #B4BA1E;
}
.TagClassName
{
border-color: #B4BA1E;
}
</style>