Shades of Rio Grande #B9C11B
Tints of Rio Grande #B9C11B
RGB
CMYK
RGB Variations
Color information
#B9C11B (or 0xB9C11B) is known color: Rio Grande. HEX triplet: B9, C1 and 1B. RGB value is (185,193,27). Sum of RGB (Red+Green+Blue) = 185+193+27=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C11B is #463EE4. Grayscale: #ACACAC. Windows color (decimal): -4603621 or 1819065. OLE color: 1819065.
HSL color Cylindrical-coordinate representation of color #B9C11B: hue angle of 62.89º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9C11B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 27 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.24 |
| HSL | 62.89º | 0.75% | 0.43% | - |
| HSV(B) | 62.89º | 0.86% | 0.76% | - |
| XYZ | 39.28 | 48.53 | 8.33 | - |
| YUV | 171.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 27 | 0.04 | 0 | 0.86 | 0.24 | 62.89 | 0.75 | 0.43 |
| Hex | B9 | C1 | 1B | 4 | 0 | 56 | 18 | 3F | 4B | 2B |
| Octal | 271 | 301 | 33 | 4 | 0 | 126 | 30 | 77 | 113 | 53 |
| Binary | 10111001 | 11000001 | 11011 | 100 | 0 | 1010110 | 11000 | 111111 | 1001011 | 101011 |
Color Harmonies of #B9C11B
Complementary color
Monochromatic Colors of #B9C11B
Black with #B9C11B
Text Example
Text Example
White with #B9C11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C11B; }
p { color: rgb(185,193,27); }
H1.HeaderClassName
{
color: #B9C11B;
}
.AnyTagClassName
{
color: #B9C11B;
}
</style>
background-color css
<style>
a { background-color: #B9C11B; }
a { background-color: rgb(185,193,27); }
div.DivClassName
{
background-color: #B9C11B;
}
.BgClassName
{
background-color: #B9C11B;
}
</style>
border-color css
<style>
span { border-color: #B9C11B; }
span { border-color: rgb(185,193,27); }
td.TdClassName
{
border-color: #B9C11B;
}
.TagClassName
{
border-color: #B9C11B;
}
</style>