Shades of Rio Grande #B5D209
Tints of Rio Grande #B5D209
RGB
CMYK
RGB Variations
Color information
#B5D209 (or 0xB5D209) is known color: Rio Grande. HEX triplet: B5, D2 and 09. RGB value is (181,210,9). Sum of RGB (Red+Green+Blue) = 181+210+9=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D209 is #4A2DF6. Grayscale: #B3B3B3. Windows color (decimal): -4861431 or 643765. OLE color: 643765.
HSL color Cylindrical-coordinate representation of color #B5D209: hue angle of 68.66º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5D209 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 9 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.18 |
| HSL | 68.66º | 0.92% | 0.43% | - |
| HSV(B) | 68.66º | 0.96% | 0.82% | - |
| XYZ | 42.15 | 55.94 | 8.83 | - |
| YUV | 178.42 | 32.39 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 9 | 0.14 | 0 | 0.96 | 0.18 | 68.66 | 0.92 | 0.43 |
| Hex | B5 | D2 | 9 | E | 0 | 60 | 12 | 45 | 5C | 2B |
| Octal | 265 | 322 | 11 | 16 | 0 | 140 | 22 | 105 | 134 | 53 |
| Binary | 10110101 | 11010010 | 1001 | 1110 | 0 | 1100000 | 10010 | 1000101 | 1011100 | 101011 |
Color Harmonies of #B5D209
Complementary color
Monochromatic Colors of #B5D209
Black with #B5D209
Text Example
Text Example
White with #B5D209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D209; }
p { color: rgb(181,210,9); }
H1.HeaderClassName
{
color: #B5D209;
}
.AnyTagClassName
{
color: #B5D209;
}
</style>
background-color css
<style>
a { background-color: #B5D209; }
a { background-color: rgb(181,210,9); }
div.DivClassName
{
background-color: #B5D209;
}
.BgClassName
{
background-color: #B5D209;
}
</style>
border-color css
<style>
span { border-color: #B5D209; }
span { border-color: rgb(181,210,9); }
td.TdClassName
{
border-color: #B5D209;
}
.TagClassName
{
border-color: #B5D209;
}
</style>