Shades of Rio Grande #B9D21B
Tints of Rio Grande #B9D21B
RGB
CMYK
RGB Variations
Color information
#B9D21B (or 0xB9D21B) is known color: Rio Grande. HEX triplet: B9, D2 and 1B. RGB value is (185,210,27). Sum of RGB (Red+Green+Blue) = 185+210+27=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 27 (10.94% from 255 or 6.40% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D21B is #462DE4. Grayscale: #B6B6B6. Windows color (decimal): -4599269 or 1823417. OLE color: 1823417.
HSL color Cylindrical-coordinate representation of color #B9D21B: hue angle of 68.2º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9D21B is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 27 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.18 |
| HSL | 68.2º | 0.77% | 0.46% | - |
| HSV(B) | 68.2º | 0.87% | 0.82% | - |
| XYZ | 43.25 | 56.49 | 9.66 | - |
| YUV | 181.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 27 | 0.12 | 0 | 0.87 | 0.18 | 68.2 | 0.77 | 0.46 |
| Hex | B9 | D2 | 1B | C | 0 | 57 | 12 | 44 | 4D | 2E |
| Octal | 271 | 322 | 33 | 14 | 0 | 127 | 22 | 104 | 115 | 56 |
| Binary | 10111001 | 11010010 | 11011 | 1100 | 0 | 1010111 | 10010 | 1000100 | 1001101 | 101110 |
Color Harmonies of #B9D21B
Complementary color
Monochromatic Colors of #B9D21B
Black with #B9D21B
Text Example
Text Example
White with #B9D21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D21B; }
p { color: rgb(185,210,27); }
H1.HeaderClassName
{
color: #B9D21B;
}
.AnyTagClassName
{
color: #B9D21B;
}
</style>
background-color css
<style>
a { background-color: #B9D21B; }
a { background-color: rgb(185,210,27); }
div.DivClassName
{
background-color: #B9D21B;
}
.BgClassName
{
background-color: #B9D21B;
}
</style>
border-color css
<style>
span { border-color: #B9D21B; }
span { border-color: rgb(185,210,27); }
td.TdClassName
{
border-color: #B9D21B;
}
.TagClassName
{
border-color: #B9D21B;
}
</style>