Shades of Rio Grande #BDD40B
Tints of Rio Grande #BDD40B
RGB
CMYK
RGB Variations
Color information
#BDD40B (or 0xBDD40B) is known color: Rio Grande. HEX triplet: BD, D4 and 0B. RGB value is (189,212,11). Sum of RGB (Red+Green+Blue) = 189+212+11=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 212 (83.20% from 255 or 51.46% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD40B is #422BF4. Grayscale: #B6B6B6. Windows color (decimal): -4336629 or 775357. OLE color: 775357.
HSL color Cylindrical-coordinate representation of color #BDD40B: hue angle of 66.87º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDD40B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 11 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.17 |
| HSL | 66.87º | 0.9% | 0.44% | - |
| HSV(B) | 66.87º | 0.95% | 0.83% | - |
| XYZ | 44.59 | 57.93 | 9.15 | - |
| YUV | 182.21 | 31.38 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 11 | 0.11 | 0 | 0.95 | 0.17 | 66.87 | 0.9 | 0.44 |
| Hex | BD | D4 | B | B | 0 | 5F | 11 | 43 | 5A | 2C |
| Octal | 275 | 324 | 13 | 13 | 0 | 137 | 21 | 103 | 132 | 54 |
| Binary | 10111101 | 11010100 | 1011 | 1011 | 0 | 1011111 | 10001 | 1000011 | 1011010 | 101100 |
Color Harmonies of #BDD40B
Complementary color
Monochromatic Colors of #BDD40B
Black with #BDD40B
Text Example
Text Example
White with #BDD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD40B; }
p { color: rgb(189,212,11); }
H1.HeaderClassName
{
color: #BDD40B;
}
.AnyTagClassName
{
color: #BDD40B;
}
</style>
background-color css
<style>
a { background-color: #BDD40B; }
a { background-color: rgb(189,212,11); }
div.DivClassName
{
background-color: #BDD40B;
}
.BgClassName
{
background-color: #BDD40B;
}
</style>
border-color css
<style>
span { border-color: #BDD40B; }
span { border-color: rgb(189,212,11); }
td.TdClassName
{
border-color: #BDD40B;
}
.TagClassName
{
border-color: #BDD40B;
}
</style>