Shades of Rio Grande #B9C11E
Tints of Rio Grande #B9C11E
RGB
CMYK
RGB Variations
Color information
#B9C11E (or 0xB9C11E) is known color: Rio Grande. HEX triplet: B9, C1 and 1E. RGB value is (185,193,30). Sum of RGB (Red+Green+Blue) = 185+193+30=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C11E is #463EE1. Grayscale: #ACACAC. Windows color (decimal): -4603618 or 2015673. OLE color: 2015673.
HSL color Cylindrical-coordinate representation of color #B9C11E: hue angle of 62.94º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9C11E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 30 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.24 |
| HSL | 62.94º | 0.73% | 0.44% | - |
| HSV(B) | 62.94º | 0.84% | 0.76% | - |
| XYZ | 39.31 | 48.55 | 8.53 | - |
| YUV | 172.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 30 | 0.04 | 0 | 0.84 | 0.24 | 62.94 | 0.73 | 0.44 |
| Hex | B9 | C1 | 1E | 4 | 0 | 54 | 18 | 3F | 49 | 2C |
| Octal | 271 | 301 | 36 | 4 | 0 | 124 | 30 | 77 | 111 | 54 |
| Binary | 10111001 | 11000001 | 11110 | 100 | 0 | 1010100 | 11000 | 111111 | 1001001 | 101100 |
Color Harmonies of #B9C11E
Complementary color
Monochromatic Colors of #B9C11E
Black with #B9C11E
Text Example
Text Example
White with #B9C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C11E; }
p { color: rgb(185,193,30); }
H1.HeaderClassName
{
color: #B9C11E;
}
.AnyTagClassName
{
color: #B9C11E;
}
</style>
background-color css
<style>
a { background-color: #B9C11E; }
a { background-color: rgb(185,193,30); }
div.DivClassName
{
background-color: #B9C11E;
}
.BgClassName
{
background-color: #B9C11E;
}
</style>
border-color css
<style>
span { border-color: #B9C11E; }
span { border-color: rgb(185,193,30); }
td.TdClassName
{
border-color: #B9C11E;
}
.TagClassName
{
border-color: #B9C11E;
}
</style>