Shades of Rio Grande #BDD51B
Tints of Rio Grande #BDD51B
RGB
CMYK
RGB Variations
Color information
#BDD51B (or 0xBDD51B) is known color: Rio Grande. HEX triplet: BD, D5 and 1B. RGB value is (189,213,27). Sum of RGB (Red+Green+Blue) = 189+213+27=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD51B is #422AE4. Grayscale: #B9B9B9. Windows color (decimal): -4336357 or 1824189. OLE color: 1824189.
HSL color Cylindrical-coordinate representation of color #BDD51B: hue angle of 67.74º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDD51B is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 27 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.16 |
| HSL | 67.74º | 0.78% | 0.47% | - |
| HSV(B) | 67.74º | 0.87% | 0.84% | - |
| XYZ | 44.98 | 58.49 | 9.96 | - |
| YUV | 184.62 | 39.05 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 27 | 0.11 | 0 | 0.87 | 0.16 | 67.74 | 0.78 | 0.47 |
| Hex | BD | D5 | 1B | B | 0 | 57 | 10 | 44 | 4E | 2F |
| Octal | 275 | 325 | 33 | 13 | 0 | 127 | 20 | 104 | 116 | 57 |
| Binary | 10111101 | 11010101 | 11011 | 1011 | 0 | 1010111 | 10000 | 1000100 | 1001110 | 101111 |
Color Harmonies of #BDD51B
Complementary color
Monochromatic Colors of #BDD51B
Black with #BDD51B
Text Example
Text Example
White with #BDD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD51B; }
p { color: rgb(189,213,27); }
H1.HeaderClassName
{
color: #BDD51B;
}
.AnyTagClassName
{
color: #BDD51B;
}
</style>
background-color css
<style>
a { background-color: #BDD51B; }
a { background-color: rgb(189,213,27); }
div.DivClassName
{
background-color: #BDD51B;
}
.BgClassName
{
background-color: #BDD51B;
}
</style>
border-color css
<style>
span { border-color: #BDD51B; }
span { border-color: rgb(189,213,27); }
td.TdClassName
{
border-color: #BDD51B;
}
.TagClassName
{
border-color: #BDD51B;
}
</style>