Shades of Rio Grande #B9C128
Tints of Rio Grande #B9C128
RGB
CMYK
RGB Variations
Color information
#B9C128 (or 0xB9C128) is known color: Rio Grande. HEX triplet: B9, C1 and 28. RGB value is (185,193,40). Sum of RGB (Red+Green+Blue) = 185+193+40=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C128 is #463ED7. Grayscale: #ADADAD. Windows color (decimal): -4603608 or 2671033. OLE color: 2671033.
HSL color Cylindrical-coordinate representation of color #B9C128: hue angle of 63.14º degrees, saturation: 0.66, 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 #B9C128 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 40 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.24 |
| HSL | 63.14º | 0.66% | 0.46% | - |
| HSV(B) | 63.14º | 0.79% | 0.76% | - |
| XYZ | 39.46 | 48.61 | 9.31 | - |
| YUV | 173.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 40 | 0.04 | 0 | 0.79 | 0.24 | 63.14 | 0.66 | 0.46 |
| Hex | B9 | C1 | 28 | 4 | 0 | 4F | 18 | 3F | 42 | 2E |
| Octal | 271 | 301 | 50 | 4 | 0 | 117 | 30 | 77 | 102 | 56 |
| Binary | 10111001 | 11000001 | 101000 | 100 | 0 | 1001111 | 11000 | 111111 | 1000010 | 101110 |
Color Harmonies of #B9C128
Complementary color
Monochromatic Colors of #B9C128
Black with #B9C128
Text Example
Text Example
White with #B9C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C128; }
p { color: rgb(185,193,40); }
H1.HeaderClassName
{
color: #B9C128;
}
.AnyTagClassName
{
color: #B9C128;
}
</style>
background-color css
<style>
a { background-color: #B9C128; }
a { background-color: rgb(185,193,40); }
div.DivClassName
{
background-color: #B9C128;
}
.BgClassName
{
background-color: #B9C128;
}
</style>
border-color css
<style>
span { border-color: #B9C128; }
span { border-color: rgb(185,193,40); }
td.TdClassName
{
border-color: #B9C128;
}
.TagClassName
{
border-color: #B9C128;
}
</style>