Shades of Rio Grande #B9D31A
Tints of Rio Grande #B9D31A
RGB
CMYK
RGB Variations
Color information
#B9D31A (or 0xB9D31A) is known color: Rio Grande. HEX triplet: B9, D3 and 1A. RGB value is (185,211,26). Sum of RGB (Red+Green+Blue) = 185+211+26=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D31A is #462CE5. Grayscale: #B6B6B6. Windows color (decimal): -4599014 or 1758137. OLE color: 1758137.
HSL color Cylindrical-coordinate representation of color #B9D31A: hue angle of 68.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9D31A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 26 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.17 |
| HSL | 68.43º | 0.78% | 0.46% | - |
| HSV(B) | 68.43º | 0.88% | 0.83% | - |
| XYZ | 43.49 | 56.98 | 9.68 | - |
| YUV | 182.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 26 | 0.12 | 0 | 0.88 | 0.17 | 68.43 | 0.78 | 0.46 |
| Hex | B9 | D3 | 1A | C | 0 | 58 | 11 | 44 | 4E | 2E |
| Octal | 271 | 323 | 32 | 14 | 0 | 130 | 21 | 104 | 116 | 56 |
| Binary | 10111001 | 11010011 | 11010 | 1100 | 0 | 1011000 | 10001 | 1000100 | 1001110 | 101110 |
Color Harmonies of #B9D31A
Complementary color
Monochromatic Colors of #B9D31A
Black with #B9D31A
Text Example
Text Example
White with #B9D31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D31A; }
p { color: rgb(185,211,26); }
H1.HeaderClassName
{
color: #B9D31A;
}
.AnyTagClassName
{
color: #B9D31A;
}
</style>
background-color css
<style>
a { background-color: #B9D31A; }
a { background-color: rgb(185,211,26); }
div.DivClassName
{
background-color: #B9D31A;
}
.BgClassName
{
background-color: #B9D31A;
}
</style>
border-color css
<style>
span { border-color: #B9D31A; }
span { border-color: rgb(185,211,26); }
td.TdClassName
{
border-color: #B9D31A;
}
.TagClassName
{
border-color: #B9D31A;
}
</style>