Shades of Rio Grande #B9C01F
Tints of Rio Grande #B9C01F
RGB
CMYK
RGB Variations
Color information
#B9C01F (or 0xB9C01F) is known color: Rio Grande. HEX triplet: B9, C0 and 1F. RGB value is (185,192,31). Sum of RGB (Red+Green+Blue) = 185+192+31=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C01F is #463FE0. Grayscale: #ACACAC. Windows color (decimal): -4603873 or 2080953. OLE color: 2080953.
HSL color Cylindrical-coordinate representation of color #B9C01F: hue angle of 62.61º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9C01F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 31 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.25 |
| HSL | 62.61º | 0.72% | 0.44% | - |
| HSV(B) | 62.61º | 0.84% | 0.75% | - |
| XYZ | 39.1 | 48.11 | 8.52 | - |
| YUV | 171.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 31 | 0.04 | 0 | 0.84 | 0.25 | 62.61 | 0.72 | 0.44 |
| Hex | B9 | C0 | 1F | 4 | 0 | 54 | 19 | 3F | 48 | 2C |
| Octal | 271 | 300 | 37 | 4 | 0 | 124 | 31 | 77 | 110 | 54 |
| Binary | 10111001 | 11000000 | 11111 | 100 | 0 | 1010100 | 11001 | 111111 | 1001000 | 101100 |
Color Harmonies of #B9C01F
Complementary color
Monochromatic Colors of #B9C01F
Black with #B9C01F
Text Example
Text Example
White with #B9C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C01F; }
p { color: rgb(185,192,31); }
H1.HeaderClassName
{
color: #B9C01F;
}
.AnyTagClassName
{
color: #B9C01F;
}
</style>
background-color css
<style>
a { background-color: #B9C01F; }
a { background-color: rgb(185,192,31); }
div.DivClassName
{
background-color: #B9C01F;
}
.BgClassName
{
background-color: #B9C01F;
}
</style>
border-color css
<style>
span { border-color: #B9C01F; }
span { border-color: rgb(185,192,31); }
td.TdClassName
{
border-color: #B9C01F;
}
.TagClassName
{
border-color: #B9C01F;
}
</style>