Shades of Rio Grande #BDD31A
Tints of Rio Grande #BDD31A
RGB
CMYK
RGB Variations
Color information
#BDD31A (or 0xBDD31A) is known color: Rio Grande. HEX triplet: BD, D3 and 1A. RGB value is (189,211,26). Sum of RGB (Red+Green+Blue) = 189+211+26=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD31A is #422CE5. Grayscale: #B8B8B8. Windows color (decimal): -4336870 or 1758141. OLE color: 1758141.
HSL color Cylindrical-coordinate representation of color #BDD31A: hue angle of 67.14º 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 #BDD31A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 26 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.17 |
| HSL | 67.14º | 0.78% | 0.46% | - |
| HSV(B) | 67.14º | 0.88% | 0.83% | - |
| XYZ | 44.47 | 57.48 | 9.73 | - |
| YUV | 183.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 26 | 0.10 | 0 | 0.88 | 0.17 | 67.14 | 0.78 | 0.46 |
| Hex | BD | D3 | 1A | A | 0 | 58 | 11 | 43 | 4E | 2E |
| Octal | 275 | 323 | 32 | 12 | 0 | 130 | 21 | 103 | 116 | 56 |
| Binary | 10111101 | 11010011 | 11010 | 1010 | 0 | 1011000 | 10001 | 1000011 | 1001110 | 101110 |
Color Harmonies of #BDD31A
Complementary color
Monochromatic Colors of #BDD31A
Black with #BDD31A
Text Example
Text Example
White with #BDD31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD31A; }
p { color: rgb(189,211,26); }
H1.HeaderClassName
{
color: #BDD31A;
}
.AnyTagClassName
{
color: #BDD31A;
}
</style>
background-color css
<style>
a { background-color: #BDD31A; }
a { background-color: rgb(189,211,26); }
div.DivClassName
{
background-color: #BDD31A;
}
.BgClassName
{
background-color: #BDD31A;
}
</style>
border-color css
<style>
span { border-color: #BDD31A; }
span { border-color: rgb(189,211,26); }
td.TdClassName
{
border-color: #BDD31A;
}
.TagClassName
{
border-color: #BDD31A;
}
</style>