Shades of Rio Grande #BDC51C
Tints of Rio Grande #BDC51C
RGB
CMYK
RGB Variations
Color information
#BDC51C (or 0xBDC51C) is known color: Rio Grande. HEX triplet: BD, C5 and 1C. RGB value is (189,197,28). Sum of RGB (Red+Green+Blue) = 189+197+28=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC51C is #423AE3. Grayscale: #B0B0B0. Windows color (decimal): -4340452 or 1885629. OLE color: 1885629.
HSL color Cylindrical-coordinate representation of color #BDC51C: hue angle of 62.84º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC51C is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 28 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.23 |
| HSL | 62.84º | 0.75% | 0.44% | - |
| HSV(B) | 62.84º | 0.86% | 0.77% | - |
| XYZ | 41.16 | 50.84 | 8.74 | - |
| YUV | 175.34 | 44.85 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 28 | 0.04 | 0 | 0.86 | 0.23 | 62.84 | 0.75 | 0.44 |
| Hex | BD | C5 | 1C | 4 | 0 | 56 | 17 | 3F | 4B | 2C |
| Octal | 275 | 305 | 34 | 4 | 0 | 126 | 27 | 77 | 113 | 54 |
| Binary | 10111101 | 11000101 | 11100 | 100 | 0 | 1010110 | 10111 | 111111 | 1001011 | 101100 |
Color Harmonies of #BDC51C
Complementary color
Monochromatic Colors of #BDC51C
Black with #BDC51C
Text Example
Text Example
White with #BDC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC51C; }
p { color: rgb(189,197,28); }
H1.HeaderClassName
{
color: #BDC51C;
}
.AnyTagClassName
{
color: #BDC51C;
}
</style>
background-color css
<style>
a { background-color: #BDC51C; }
a { background-color: rgb(189,197,28); }
div.DivClassName
{
background-color: #BDC51C;
}
.BgClassName
{
background-color: #BDC51C;
}
</style>
border-color css
<style>
span { border-color: #BDC51C; }
span { border-color: rgb(189,197,28); }
td.TdClassName
{
border-color: #BDC51C;
}
.TagClassName
{
border-color: #BDC51C;
}
</style>