Shades of Rio Grande #BDC323
Tints of Rio Grande #BDC323
RGB
CMYK
RGB Variations
Color information
#BDC323 (or 0xBDC323) is known color: Rio Grande. HEX triplet: BD, C3 and 23. RGB value is (189,195,35). Sum of RGB (Red+Green+Blue) = 189+195+35=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC323 is #423CDC. Grayscale: #AFAFAF. Windows color (decimal): -4340957 or 2343869. OLE color: 2343869.
HSL color Cylindrical-coordinate representation of color #BDC323: hue angle of 62.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDC323 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 35 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.24 |
| HSL | 62.25º | 0.7% | 0.45% | - |
| HSV(B) | 62.25º | 0.82% | 0.76% | - |
| XYZ | 40.8 | 49.97 | 9.08 | - |
| YUV | 174.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 35 | 0.03 | 0 | 0.82 | 0.24 | 62.25 | 0.7 | 0.45 |
| Hex | BD | C3 | 23 | 3 | 0 | 52 | 18 | 3E | 46 | 2D |
| Octal | 275 | 303 | 43 | 3 | 0 | 122 | 30 | 76 | 106 | 55 |
| Binary | 10111101 | 11000011 | 100011 | 11 | 0 | 1010010 | 11000 | 111110 | 1000110 | 101101 |
Color Harmonies of #BDC323
Complementary color
Monochromatic Colors of #BDC323
Black with #BDC323
Text Example
Text Example
White with #BDC323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC323; }
p { color: rgb(189,195,35); }
H1.HeaderClassName
{
color: #BDC323;
}
.AnyTagClassName
{
color: #BDC323;
}
</style>
background-color css
<style>
a { background-color: #BDC323; }
a { background-color: rgb(189,195,35); }
div.DivClassName
{
background-color: #BDC323;
}
.BgClassName
{
background-color: #BDC323;
}
</style>
border-color css
<style>
span { border-color: #BDC323; }
span { border-color: rgb(189,195,35); }
td.TdClassName
{
border-color: #BDC323;
}
.TagClassName
{
border-color: #BDC323;
}
</style>