Shades of Rio Grande #BDC61E
Tints of Rio Grande #BDC61E
RGB
CMYK
RGB Variations
Color information
#BDC61E (or 0xBDC61E) is known color: Rio Grande. HEX triplet: BD, C6 and 1E. RGB value is (189,198,30). Sum of RGB (Red+Green+Blue) = 189+198+30=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC61E is #4239E1. Grayscale: #B0B0B0. Windows color (decimal): -4340194 or 2016957. OLE color: 2016957.
HSL color Cylindrical-coordinate representation of color #BDC61E: hue angle of 63.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDC61E is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 30 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.22 |
| HSL | 63.21º | 0.74% | 0.45% | - |
| HSV(B) | 63.21º | 0.85% | 0.78% | - |
| XYZ | 41.41 | 51.3 | 8.95 | - |
| YUV | 176.16 | 45.52 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 30 | 0.05 | 0 | 0.85 | 0.22 | 63.21 | 0.74 | 0.45 |
| Hex | BD | C6 | 1E | 5 | 0 | 55 | 16 | 3F | 4A | 2D |
| Octal | 275 | 306 | 36 | 5 | 0 | 125 | 26 | 77 | 112 | 55 |
| Binary | 10111101 | 11000110 | 11110 | 101 | 0 | 1010101 | 10110 | 111111 | 1001010 | 101101 |
Color Harmonies of #BDC61E
Complementary color
Monochromatic Colors of #BDC61E
Black with #BDC61E
Text Example
Text Example
White with #BDC61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC61E; }
p { color: rgb(189,198,30); }
H1.HeaderClassName
{
color: #BDC61E;
}
.AnyTagClassName
{
color: #BDC61E;
}
</style>
background-color css
<style>
a { background-color: #BDC61E; }
a { background-color: rgb(189,198,30); }
div.DivClassName
{
background-color: #BDC61E;
}
.BgClassName
{
background-color: #BDC61E;
}
</style>
border-color css
<style>
span { border-color: #BDC61E; }
span { border-color: rgb(189,198,30); }
td.TdClassName
{
border-color: #BDC61E;
}
.TagClassName
{
border-color: #BDC61E;
}
</style>