Shades of Rio Grande #BDC317
Tints of Rio Grande #BDC317
RGB
CMYK
RGB Variations
Color information
#BDC317 (or 0xBDC317) is known color: Rio Grande. HEX triplet: BD, C3 and 17. RGB value is (189,195,23). Sum of RGB (Red+Green+Blue) = 189+195+23=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC317 is #423CE8. Grayscale: #AEAEAE. Windows color (decimal): -4340969 or 1557437. OLE color: 1557437.
HSL color Cylindrical-coordinate representation of color #BDC317: hue angle of 62.09º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC317 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 23 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.24 |
| HSL | 62.09º | 0.79% | 0.43% | - |
| HSV(B) | 62.09º | 0.88% | 0.76% | - |
| XYZ | 40.66 | 49.91 | 8.3 | - |
| YUV | 173.6 | 43.01 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 23 | 0.03 | 0 | 0.88 | 0.24 | 62.09 | 0.79 | 0.43 |
| Hex | BD | C3 | 17 | 3 | 0 | 58 | 18 | 3E | 4F | 2B |
| Octal | 275 | 303 | 27 | 3 | 0 | 130 | 30 | 76 | 117 | 53 |
| Binary | 10111101 | 11000011 | 10111 | 11 | 0 | 1011000 | 11000 | 111110 | 1001111 | 101011 |
Color Harmonies of #BDC317
Complementary color
Monochromatic Colors of #BDC317
Black with #BDC317
Text Example
Text Example
White with #BDC317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC317; }
p { color: rgb(189,195,23); }
H1.HeaderClassName
{
color: #BDC317;
}
.AnyTagClassName
{
color: #BDC317;
}
</style>
background-color css
<style>
a { background-color: #BDC317; }
a { background-color: rgb(189,195,23); }
div.DivClassName
{
background-color: #BDC317;
}
.BgClassName
{
background-color: #BDC317;
}
</style>
border-color css
<style>
span { border-color: #BDC317; }
span { border-color: rgb(189,195,23); }
td.TdClassName
{
border-color: #BDC317;
}
.TagClassName
{
border-color: #BDC317;
}
</style>