Shades of Rio Grande #B6BA29
Tints of Rio Grande #B6BA29
RGB
CMYK
RGB Variations
Color information
#B6BA29 (or 0xB6BA29) is known color: Rio Grande. HEX triplet: B6, BA and 29. RGB value is (182,186,41). Sum of RGB (Red+Green+Blue) = 182+186+41=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA29 is #4945D6. Grayscale: #A8A8A8. Windows color (decimal): -4802007 or 2734774. OLE color: 2734774.
HSL color Cylindrical-coordinate representation of color #B6BA29: hue angle of 61.66º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6BA29 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 41 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.27 |
| HSL | 61.66º | 0.64% | 0.45% | - |
| HSV(B) | 61.66º | 0.78% | 0.73% | - |
| XYZ | 37.25 | 45.22 | 8.86 | - |
| YUV | 168.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 41 | 0.02 | 0 | 0.78 | 0.27 | 61.66 | 0.64 | 0.45 |
| Hex | B6 | BA | 29 | 2 | 0 | 4E | 1B | 3E | 40 | 2D |
| Octal | 266 | 272 | 51 | 2 | 0 | 116 | 33 | 76 | 100 | 55 |
| Binary | 10110110 | 10111010 | 101001 | 10 | 0 | 1001110 | 11011 | 111110 | 1000000 | 101101 |
Color Harmonies of #B6BA29
Complementary color
Monochromatic Colors of #B6BA29
Black with #B6BA29
Text Example
Text Example
White with #B6BA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA29; }
p { color: rgb(182,186,41); }
H1.HeaderClassName
{
color: #B6BA29;
}
.AnyTagClassName
{
color: #B6BA29;
}
</style>
background-color css
<style>
a { background-color: #B6BA29; }
a { background-color: rgb(182,186,41); }
div.DivClassName
{
background-color: #B6BA29;
}
.BgClassName
{
background-color: #B6BA29;
}
</style>
border-color css
<style>
span { border-color: #B6BA29; }
span { border-color: rgb(182,186,41); }
td.TdClassName
{
border-color: #B6BA29;
}
.TagClassName
{
border-color: #B6BA29;
}
</style>