Shades of Rio Grande #B4BA26
Tints of Rio Grande #B4BA26
RGB
CMYK
RGB Variations
Color information
#B4BA26 (or 0xB4BA26) is known color: Rio Grande. HEX triplet: B4, BA and 26. RGB value is (180,186,38). Sum of RGB (Red+Green+Blue) = 180+186+38=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA26 is #4B45D9. Grayscale: #A7A7A7. Windows color (decimal): -4933082 or 2538164. OLE color: 2538164.
HSL color Cylindrical-coordinate representation of color #B4BA26: hue angle of 62.43º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4BA26 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 38 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.27 |
| HSL | 62.43º | 0.66% | 0.44% | - |
| HSV(B) | 62.43º | 0.8% | 0.73% | - |
| XYZ | 36.73 | 44.96 | 8.58 | - |
| YUV | 167.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 38 | 0.03 | 0 | 0.80 | 0.27 | 62.43 | 0.66 | 0.44 |
| Hex | B4 | BA | 26 | 3 | 0 | 50 | 1B | 3E | 42 | 2C |
| Octal | 264 | 272 | 46 | 3 | 0 | 120 | 33 | 76 | 102 | 54 |
| Binary | 10110100 | 10111010 | 100110 | 11 | 0 | 1010000 | 11011 | 111110 | 1000010 | 101100 |
Color Harmonies of #B4BA26
Complementary color
Monochromatic Colors of #B4BA26
Black with #B4BA26
Text Example
Text Example
White with #B4BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA26; }
p { color: rgb(180,186,38); }
H1.HeaderClassName
{
color: #B4BA26;
}
.AnyTagClassName
{
color: #B4BA26;
}
</style>
background-color css
<style>
a { background-color: #B4BA26; }
a { background-color: rgb(180,186,38); }
div.DivClassName
{
background-color: #B4BA26;
}
.BgClassName
{
background-color: #B4BA26;
}
</style>
border-color css
<style>
span { border-color: #B4BA26; }
span { border-color: rgb(180,186,38); }
td.TdClassName
{
border-color: #B4BA26;
}
.TagClassName
{
border-color: #B4BA26;
}
</style>