Shades of Rio Grande #B9C01D
Tints of Rio Grande #B9C01D
RGB
CMYK
RGB Variations
Color information
#B9C01D (or 0xB9C01D) is known color: Rio Grande. HEX triplet: B9, C0 and 1D. RGB value is (185,192,29). Sum of RGB (Red+Green+Blue) = 185+192+29=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C01D is #463FE2. Grayscale: #ABABAB. Windows color (decimal): -4603875 or 1949881. OLE color: 1949881.
HSL color Cylindrical-coordinate representation of color #B9C01D: hue angle of 62.58º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C01D is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 29 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.25 |
| HSL | 62.58º | 0.74% | 0.43% | - |
| HSV(B) | 62.58º | 0.85% | 0.75% | - |
| XYZ | 39.08 | 48.1 | 8.39 | - |
| YUV | 171.33 | 47.68 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 29 | 0.04 | 0 | 0.85 | 0.25 | 62.58 | 0.74 | 0.43 |
| Hex | B9 | C0 | 1D | 4 | 0 | 55 | 19 | 3F | 4A | 2B |
| Octal | 271 | 300 | 35 | 4 | 0 | 125 | 31 | 77 | 112 | 53 |
| Binary | 10111001 | 11000000 | 11101 | 100 | 0 | 1010101 | 11001 | 111111 | 1001010 | 101011 |
Color Harmonies of #B9C01D
Complementary color
Monochromatic Colors of #B9C01D
Black with #B9C01D
Text Example
Text Example
White with #B9C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C01D; }
p { color: rgb(185,192,29); }
H1.HeaderClassName
{
color: #B9C01D;
}
.AnyTagClassName
{
color: #B9C01D;
}
</style>
background-color css
<style>
a { background-color: #B9C01D; }
a { background-color: rgb(185,192,29); }
div.DivClassName
{
background-color: #B9C01D;
}
.BgClassName
{
background-color: #B9C01D;
}
</style>
border-color css
<style>
span { border-color: #B9C01D; }
span { border-color: rgb(185,192,29); }
td.TdClassName
{
border-color: #B9C01D;
}
.TagClassName
{
border-color: #B9C01D;
}
</style>