Shades of Rio Grande #B9C129
Tints of Rio Grande #B9C129
RGB
CMYK
RGB Variations
Color information
#B9C129 (or 0xB9C129) is known color: Rio Grande. HEX triplet: B9, C1 and 29. RGB value is (185,193,41). Sum of RGB (Red+Green+Blue) = 185+193+41=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C129 is #463ED6. Grayscale: #ADADAD. Windows color (decimal): -4603607 or 2736569. OLE color: 2736569.
HSL color Cylindrical-coordinate representation of color #B9C129: hue angle of 63.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9C129 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 41 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.24 |
| HSL | 63.16º | 0.65% | 0.46% | - |
| HSV(B) | 63.16º | 0.79% | 0.76% | - |
| XYZ | 39.48 | 48.61 | 9.4 | - |
| YUV | 173.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 41 | 0.04 | 0 | 0.79 | 0.24 | 63.16 | 0.65 | 0.46 |
| Hex | B9 | C1 | 29 | 4 | 0 | 4F | 18 | 3F | 41 | 2E |
| Octal | 271 | 301 | 51 | 4 | 0 | 117 | 30 | 77 | 101 | 56 |
| Binary | 10111001 | 11000001 | 101001 | 100 | 0 | 1001111 | 11000 | 111111 | 1000001 | 101110 |
Color Harmonies of #B9C129
Complementary color
Monochromatic Colors of #B9C129
Black with #B9C129
Text Example
Text Example
White with #B9C129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C129; }
p { color: rgb(185,193,41); }
H1.HeaderClassName
{
color: #B9C129;
}
.AnyTagClassName
{
color: #B9C129;
}
</style>
background-color css
<style>
a { background-color: #B9C129; }
a { background-color: rgb(185,193,41); }
div.DivClassName
{
background-color: #B9C129;
}
.BgClassName
{
background-color: #B9C129;
}
</style>
border-color css
<style>
span { border-color: #B9C129; }
span { border-color: rgb(185,193,41); }
td.TdClassName
{
border-color: #B9C129;
}
.TagClassName
{
border-color: #B9C129;
}
</style>