Shades of Rio Grande #B9C81E
Tints of Rio Grande #B9C81E
RGB
CMYK
RGB Variations
Color information
#B9C81E (or 0xB9C81E) is known color: Rio Grande. HEX triplet: B9, C8 and 1E. RGB value is (185,200,30). Sum of RGB (Red+Green+Blue) = 185+200+30=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C81E is #4637E1. Grayscale: #B0B0B0. Windows color (decimal): -4601826 or 2017465. OLE color: 2017465.
HSL color Cylindrical-coordinate representation of color #B9C81E: hue angle of 65.29º 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 #B9C81E is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 30 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.22 |
| HSL | 65.29º | 0.74% | 0.45% | - |
| HSV(B) | 65.29º | 0.85% | 0.78% | - |
| XYZ | 40.9 | 51.72 | 9.06 | - |
| YUV | 176.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 30 | 0.08 | 0 | 0.85 | 0.22 | 65.29 | 0.74 | 0.45 |
| Hex | B9 | C8 | 1E | 8 | 0 | 55 | 16 | 41 | 4A | 2D |
| Octal | 271 | 310 | 36 | 10 | 0 | 125 | 26 | 101 | 112 | 55 |
| Binary | 10111001 | 11001000 | 11110 | 1000 | 0 | 1010101 | 10110 | 1000001 | 1001010 | 101101 |
Color Harmonies of #B9C81E
Complementary color
Monochromatic Colors of #B9C81E
Black with #B9C81E
Text Example
Text Example
White with #B9C81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C81E; }
p { color: rgb(185,200,30); }
H1.HeaderClassName
{
color: #B9C81E;
}
.AnyTagClassName
{
color: #B9C81E;
}
</style>
background-color css
<style>
a { background-color: #B9C81E; }
a { background-color: rgb(185,200,30); }
div.DivClassName
{
background-color: #B9C81E;
}
.BgClassName
{
background-color: #B9C81E;
}
</style>
border-color css
<style>
span { border-color: #B9C81E; }
span { border-color: rgb(185,200,30); }
td.TdClassName
{
border-color: #B9C81E;
}
.TagClassName
{
border-color: #B9C81E;
}
</style>