Shades of Rio Grande #B9C71E
Tints of Rio Grande #B9C71E
RGB
CMYK
RGB Variations
Color information
#B9C71E (or 0xB9C71E) is known color: Rio Grande. HEX triplet: B9, C7 and 1E. RGB value is (185,199,30). Sum of RGB (Red+Green+Blue) = 185+199+30=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C71E is #4638E1. Grayscale: #B0B0B0. Windows color (decimal): -4602082 or 2017209. OLE color: 2017209.
HSL color Cylindrical-coordinate representation of color #B9C71E: hue angle of 64.97º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C71E is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 30 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.22 |
| HSL | 64.97º | 0.74% | 0.45% | - |
| HSV(B) | 64.97º | 0.85% | 0.78% | - |
| XYZ | 40.67 | 51.25 | 8.98 | - |
| YUV | 175.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 30 | 0.07 | 0 | 0.85 | 0.22 | 64.97 | 0.74 | 0.45 |
| Hex | B9 | C7 | 1E | 7 | 0 | 55 | 16 | 41 | 4A | 2D |
| Octal | 271 | 307 | 36 | 7 | 0 | 125 | 26 | 101 | 112 | 55 |
| Binary | 10111001 | 11000111 | 11110 | 111 | 0 | 1010101 | 10110 | 1000001 | 1001010 | 101101 |
Color Harmonies of #B9C71E
Complementary color
Monochromatic Colors of #B9C71E
Black with #B9C71E
Text Example
Text Example
White with #B9C71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C71E; }
p { color: rgb(185,199,30); }
H1.HeaderClassName
{
color: #B9C71E;
}
.AnyTagClassName
{
color: #B9C71E;
}
</style>
background-color css
<style>
a { background-color: #B9C71E; }
a { background-color: rgb(185,199,30); }
div.DivClassName
{
background-color: #B9C71E;
}
.BgClassName
{
background-color: #B9C71E;
}
</style>
border-color css
<style>
span { border-color: #B9C71E; }
span { border-color: rgb(185,199,30); }
td.TdClassName
{
border-color: #B9C71E;
}
.TagClassName
{
border-color: #B9C71E;
}
</style>