Shades of Rio Grande #BDBC2A
Tints of Rio Grande #BDBC2A
RGB
CMYK
RGB Variations
Color information
#BDBC2A (or 0xBDBC2A) is known color: Rio Grande. HEX triplet: BD, BC and 2A. RGB value is (189,188,42). Sum of RGB (Red+Green+Blue) = 189+188+42=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC2A is #4243D5. Grayscale: #ACACAC. Windows color (decimal): -4342742 or 2800829. OLE color: 2800829.
HSL color Cylindrical-coordinate representation of color #BDBC2A: hue angle of 59.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDBC2A is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 42 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.26 |
| HSL | 59.59º | 0.64% | 0.45% | - |
| HSV(B) | 59.59º | 0.78% | 0.74% | - |
| XYZ | 39.39 | 46.95 | 9.18 | - |
| YUV | 171.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 42 | 0 | 0.01 | 0.78 | 0.26 | 59.59 | 0.64 | 0.45 |
| Hex | BD | BC | 2A | 0 | 1 | 4E | 1A | 3C | 40 | 2D |
| Octal | 275 | 274 | 52 | 0 | 1 | 116 | 32 | 74 | 100 | 55 |
| Binary | 10111101 | 10111100 | 101010 | 0 | 1 | 1001110 | 11010 | 111100 | 1000000 | 101101 |
Color Harmonies of #BDBC2A
Complementary color
Monochromatic Colors of #BDBC2A
Black with #BDBC2A
Text Example
Text Example
White with #BDBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC2A; }
p { color: rgb(189,188,42); }
H1.HeaderClassName
{
color: #BDBC2A;
}
.AnyTagClassName
{
color: #BDBC2A;
}
</style>
background-color css
<style>
a { background-color: #BDBC2A; }
a { background-color: rgb(189,188,42); }
div.DivClassName
{
background-color: #BDBC2A;
}
.BgClassName
{
background-color: #BDBC2A;
}
</style>
border-color css
<style>
span { border-color: #BDBC2A; }
span { border-color: rgb(189,188,42); }
td.TdClassName
{
border-color: #BDBC2A;
}
.TagClassName
{
border-color: #BDBC2A;
}
</style>