Shades of Rio Grande #BDD41B
Tints of Rio Grande #BDD41B
RGB
CMYK
RGB Variations
Color information
#BDD41B (or 0xBDD41B) is known color: Rio Grande. HEX triplet: BD, D4 and 1B. RGB value is (189,212,27). Sum of RGB (Red+Green+Blue) = 189+212+27=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD41B is #422BE4. Grayscale: #B8B8B8. Windows color (decimal): -4336613 or 1823933. OLE color: 1823933.
HSL color Cylindrical-coordinate representation of color #BDD41B: hue angle of 67.46º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDD41B is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 27 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.17 |
| HSL | 67.46º | 0.77% | 0.47% | - |
| HSV(B) | 67.46º | 0.87% | 0.83% | - |
| XYZ | 44.73 | 57.98 | 9.87 | - |
| YUV | 184.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 27 | 0.11 | 0 | 0.87 | 0.17 | 67.46 | 0.77 | 0.47 |
| Hex | BD | D4 | 1B | B | 0 | 57 | 11 | 43 | 4D | 2F |
| Octal | 275 | 324 | 33 | 13 | 0 | 127 | 21 | 103 | 115 | 57 |
| Binary | 10111101 | 11010100 | 11011 | 1011 | 0 | 1010111 | 10001 | 1000011 | 1001101 | 101111 |
Color Harmonies of #BDD41B
Complementary color
Monochromatic Colors of #BDD41B
Black with #BDD41B
Text Example
Text Example
White with #BDD41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD41B; }
p { color: rgb(189,212,27); }
H1.HeaderClassName
{
color: #BDD41B;
}
.AnyTagClassName
{
color: #BDD41B;
}
</style>
background-color css
<style>
a { background-color: #BDD41B; }
a { background-color: rgb(189,212,27); }
div.DivClassName
{
background-color: #BDD41B;
}
.BgClassName
{
background-color: #BDD41B;
}
</style>
border-color css
<style>
span { border-color: #BDD41B; }
span { border-color: rgb(189,212,27); }
td.TdClassName
{
border-color: #BDD41B;
}
.TagClassName
{
border-color: #BDD41B;
}
</style>