Shades of Rio Grande #BDD30D
Tints of Rio Grande #BDD30D
RGB
CMYK
RGB Variations
Color information
#BDD30D (or 0xBDD30D) is known color: Rio Grande. HEX triplet: BD, D3 and 0D. RGB value is (189,211,13). Sum of RGB (Red+Green+Blue) = 189+211+13=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD30D is #422CF2. Grayscale: #B6B6B6. Windows color (decimal): -4336883 or 906173. OLE color: 906173.
HSL color Cylindrical-coordinate representation of color #BDD30D: hue angle of 66.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDD30D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.17 |
| HSL | 66.67º | 0.88% | 0.44% | - |
| HSV(B) | 66.67º | 0.94% | 0.83% | - |
| XYZ | 44.35 | 57.44 | 9.13 | - |
| YUV | 181.85 | 32.71 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 13 | 0.10 | 0 | 0.94 | 0.17 | 66.67 | 0.88 | 0.44 |
| Hex | BD | D3 | D | A | 0 | 5E | 11 | 43 | 58 | 2C |
| Octal | 275 | 323 | 15 | 12 | 0 | 136 | 21 | 103 | 130 | 54 |
| Binary | 10111101 | 11010011 | 1101 | 1010 | 0 | 1011110 | 10001 | 1000011 | 1011000 | 101100 |
Color Harmonies of #BDD30D
Complementary color
Monochromatic Colors of #BDD30D
Black with #BDD30D
Text Example
Text Example
White with #BDD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD30D; }
p { color: rgb(189,211,13); }
H1.HeaderClassName
{
color: #BDD30D;
}
.AnyTagClassName
{
color: #BDD30D;
}
</style>
background-color css
<style>
a { background-color: #BDD30D; }
a { background-color: rgb(189,211,13); }
div.DivClassName
{
background-color: #BDD30D;
}
.BgClassName
{
background-color: #BDD30D;
}
</style>
border-color css
<style>
span { border-color: #BDD30D; }
span { border-color: rgb(189,211,13); }
td.TdClassName
{
border-color: #BDD30D;
}
.TagClassName
{
border-color: #BDD30D;
}
</style>