Shades of Rio Grande #BDC61C
Tints of Rio Grande #BDC61C
RGB
CMYK
RGB Variations
Color information
#BDC61C (or 0xBDC61C) is known color: Rio Grande. HEX triplet: BD, C6 and 1C. RGB value is (189,198,28). Sum of RGB (Red+Green+Blue) = 189+198+28=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC61C is #4239E3. Grayscale: #B0B0B0. Windows color (decimal): -4340196 or 1885885. OLE color: 1885885.
HSL color Cylindrical-coordinate representation of color #BDC61C: hue angle of 63.18º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC61C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 28 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.22 |
| HSL | 63.18º | 0.75% | 0.44% | - |
| HSV(B) | 63.18º | 0.86% | 0.78% | - |
| XYZ | 41.39 | 51.29 | 8.82 | - |
| YUV | 175.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 28 | 0.05 | 0 | 0.86 | 0.22 | 63.18 | 0.75 | 0.44 |
| Hex | BD | C6 | 1C | 5 | 0 | 56 | 16 | 3F | 4B | 2C |
| Octal | 275 | 306 | 34 | 5 | 0 | 126 | 26 | 77 | 113 | 54 |
| Binary | 10111101 | 11000110 | 11100 | 101 | 0 | 1010110 | 10110 | 111111 | 1001011 | 101100 |
Color Harmonies of #BDC61C
Complementary color
Monochromatic Colors of #BDC61C
Black with #BDC61C
Text Example
Text Example
White with #BDC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC61C; }
p { color: rgb(189,198,28); }
H1.HeaderClassName
{
color: #BDC61C;
}
.AnyTagClassName
{
color: #BDC61C;
}
</style>
background-color css
<style>
a { background-color: #BDC61C; }
a { background-color: rgb(189,198,28); }
div.DivClassName
{
background-color: #BDC61C;
}
.BgClassName
{
background-color: #BDC61C;
}
</style>
border-color css
<style>
span { border-color: #BDC61C; }
span { border-color: rgb(189,198,28); }
td.TdClassName
{
border-color: #BDC61C;
}
.TagClassName
{
border-color: #BDC61C;
}
</style>