Shades of Rio Grande #B9C91E
Tints of Rio Grande #B9C91E
RGB
CMYK
RGB Variations
Color information
#B9C91E (or 0xB9C91E) is known color: Rio Grande. HEX triplet: B9, C9 and 1E. RGB value is (185,201,30). Sum of RGB (Red+Green+Blue) = 185+201+30=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C91E is #4636E1. Grayscale: #B1B1B1. Windows color (decimal): -4601570 or 2017721. OLE color: 2017721.
HSL color Cylindrical-coordinate representation of color #B9C91E: hue angle of 65.61º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C91E is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 30 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.21 |
| HSL | 65.61º | 0.74% | 0.45% | - |
| HSV(B) | 65.61º | 0.85% | 0.79% | - |
| XYZ | 41.13 | 52.18 | 9.13 | - |
| YUV | 176.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 30 | 0.08 | 0 | 0.85 | 0.21 | 65.61 | 0.74 | 0.45 |
| Hex | B9 | C9 | 1E | 8 | 0 | 55 | 15 | 42 | 4A | 2D |
| Octal | 271 | 311 | 36 | 10 | 0 | 125 | 25 | 102 | 112 | 55 |
| Binary | 10111001 | 11001001 | 11110 | 1000 | 0 | 1010101 | 10101 | 1000010 | 1001010 | 101101 |
Color Harmonies of #B9C91E
Complementary color
Monochromatic Colors of #B9C91E
Black with #B9C91E
Text Example
Text Example
White with #B9C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C91E; }
p { color: rgb(185,201,30); }
H1.HeaderClassName
{
color: #B9C91E;
}
.AnyTagClassName
{
color: #B9C91E;
}
</style>
background-color css
<style>
a { background-color: #B9C91E; }
a { background-color: rgb(185,201,30); }
div.DivClassName
{
background-color: #B9C91E;
}
.BgClassName
{
background-color: #B9C91E;
}
</style>
border-color css
<style>
span { border-color: #B9C91E; }
span { border-color: rgb(185,201,30); }
td.TdClassName
{
border-color: #B9C91E;
}
.TagClassName
{
border-color: #B9C91E;
}
</style>