Shades of Rio Grande #BDC924
Tints of Rio Grande #BDC924
RGB
CMYK
RGB Variations
Color information
#BDC924 (or 0xBDC924) is known color: Rio Grande. HEX triplet: BD, C9 and 24. RGB value is (189,201,36). Sum of RGB (Red+Green+Blue) = 189+201+36=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC924 is #4236DB. Grayscale: #B3B3B3. Windows color (decimal): -4339420 or 2410941. OLE color: 2410941.
HSL color Cylindrical-coordinate representation of color #BDC924: hue angle of 64.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC924 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 36 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.21 |
| HSL | 64.36º | 0.7% | 0.46% | - |
| HSV(B) | 64.36º | 0.82% | 0.79% | - |
| XYZ | 42.19 | 52.72 | 9.62 | - |
| YUV | 178.6 | 47.52 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 36 | 0.06 | 0 | 0.82 | 0.21 | 64.36 | 0.7 | 0.46 |
| Hex | BD | C9 | 24 | 6 | 0 | 52 | 15 | 40 | 46 | 2E |
| Octal | 275 | 311 | 44 | 6 | 0 | 122 | 25 | 100 | 106 | 56 |
| Binary | 10111101 | 11001001 | 100100 | 110 | 0 | 1010010 | 10101 | 1000000 | 1000110 | 101110 |
Color Harmonies of #BDC924
Complementary color
Monochromatic Colors of #BDC924
Black with #BDC924
Text Example
Text Example
White with #BDC924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC924; }
p { color: rgb(189,201,36); }
H1.HeaderClassName
{
color: #BDC924;
}
.AnyTagClassName
{
color: #BDC924;
}
</style>
background-color css
<style>
a { background-color: #BDC924; }
a { background-color: rgb(189,201,36); }
div.DivClassName
{
background-color: #BDC924;
}
.BgClassName
{
background-color: #BDC924;
}
</style>
border-color css
<style>
span { border-color: #BDC924; }
span { border-color: rgb(189,201,36); }
td.TdClassName
{
border-color: #BDC924;
}
.TagClassName
{
border-color: #BDC924;
}
</style>