Shades of Rio Grande #B9C71F
Tints of Rio Grande #B9C71F
RGB
CMYK
RGB Variations
Color information
#B9C71F (or 0xB9C71F) is known color: Rio Grande. HEX triplet: B9, C7 and 1F. RGB value is (185,199,31). Sum of RGB (Red+Green+Blue) = 185+199+31=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C71F is #4638E0. Grayscale: #B0B0B0. Windows color (decimal): -4602081 or 2082745. OLE color: 2082745.
HSL color Cylindrical-coordinate representation of color #B9C71F: hue angle of 65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9C71F is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 31 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.22 |
| HSL | 65º | 0.73% | 0.45% | - |
| HSV(B) | 65º | 0.84% | 0.78% | - |
| XYZ | 40.68 | 51.26 | 9.05 | - |
| YUV | 175.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 31 | 0.07 | 0 | 0.84 | 0.22 | 65 | 0.73 | 0.45 |
| Hex | B9 | C7 | 1F | 7 | 0 | 54 | 16 | 41 | 49 | 2D |
| Octal | 271 | 307 | 37 | 7 | 0 | 124 | 26 | 101 | 111 | 55 |
| Binary | 10111001 | 11000111 | 11111 | 111 | 0 | 1010100 | 10110 | 1000001 | 1001001 | 101101 |
Color Harmonies of #B9C71F
Complementary color
Monochromatic Colors of #B9C71F
Black with #B9C71F
Text Example
Text Example
White with #B9C71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C71F; }
p { color: rgb(185,199,31); }
H1.HeaderClassName
{
color: #B9C71F;
}
.AnyTagClassName
{
color: #B9C71F;
}
</style>
background-color css
<style>
a { background-color: #B9C71F; }
a { background-color: rgb(185,199,31); }
div.DivClassName
{
background-color: #B9C71F;
}
.BgClassName
{
background-color: #B9C71F;
}
</style>
border-color css
<style>
span { border-color: #B9C71F; }
span { border-color: rgb(185,199,31); }
td.TdClassName
{
border-color: #B9C71F;
}
.TagClassName
{
border-color: #B9C71F;
}
</style>