Shades of Rio Grande #BDC523
Tints of Rio Grande #BDC523
RGB
CMYK
RGB Variations
Color information
#BDC523 (or 0xBDC523) is known color: Rio Grande. HEX triplet: BD, C5 and 23. RGB value is (189,197,35). Sum of RGB (Red+Green+Blue) = 189+197+35=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC523 is #423ADC. Grayscale: #B0B0B0. Windows color (decimal): -4340445 or 2344381. OLE color: 2344381.
HSL color Cylindrical-coordinate representation of color #BDC523: hue angle of 62.96º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC523 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 35 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.23 |
| HSL | 62.96º | 0.7% | 0.45% | - |
| HSV(B) | 62.96º | 0.82% | 0.77% | - |
| XYZ | 41.26 | 50.87 | 9.24 | - |
| YUV | 176.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 35 | 0.04 | 0 | 0.82 | 0.23 | 62.96 | 0.7 | 0.45 |
| Hex | BD | C5 | 23 | 4 | 0 | 52 | 17 | 3F | 46 | 2D |
| Octal | 275 | 305 | 43 | 4 | 0 | 122 | 27 | 77 | 106 | 55 |
| Binary | 10111101 | 11000101 | 100011 | 100 | 0 | 1010010 | 10111 | 111111 | 1000110 | 101101 |
Color Harmonies of #BDC523
Complementary color
Monochromatic Colors of #BDC523
Black with #BDC523
Text Example
Text Example
White with #BDC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC523; }
p { color: rgb(189,197,35); }
H1.HeaderClassName
{
color: #BDC523;
}
.AnyTagClassName
{
color: #BDC523;
}
</style>
background-color css
<style>
a { background-color: #BDC523; }
a { background-color: rgb(189,197,35); }
div.DivClassName
{
background-color: #BDC523;
}
.BgClassName
{
background-color: #BDC523;
}
</style>
border-color css
<style>
span { border-color: #BDC523; }
span { border-color: rgb(189,197,35); }
td.TdClassName
{
border-color: #BDC523;
}
.TagClassName
{
border-color: #BDC523;
}
</style>