Shades of Rio Grande #BDCC17
Tints of Rio Grande #BDCC17
RGB
CMYK
RGB Variations
Color information
#BDCC17 (or 0xBDCC17) is known color: Rio Grande. HEX triplet: BD, CC and 17. RGB value is (189,204,23). Sum of RGB (Red+Green+Blue) = 189+204+23=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCC17 is #4233E8. Grayscale: #B3B3B3. Windows color (decimal): -4338665 or 1559741. OLE color: 1559741.
HSL color Cylindrical-coordinate representation of color #BDCC17: hue angle of 64.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDCC17 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 23 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.2 |
| HSL | 64.97º | 0.8% | 0.45% | - |
| HSV(B) | 64.97º | 0.89% | 0.8% | - |
| XYZ | 42.73 | 54.07 | 8.99 | - |
| YUV | 178.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 23 | 0.07 | 0 | 0.89 | 0.2 | 64.97 | 0.8 | 0.45 |
| Hex | BD | CC | 17 | 7 | 0 | 59 | 14 | 41 | 50 | 2D |
| Octal | 275 | 314 | 27 | 7 | 0 | 131 | 24 | 101 | 120 | 55 |
| Binary | 10111101 | 11001100 | 10111 | 111 | 0 | 1011001 | 10100 | 1000001 | 1010000 | 101101 |
Color Harmonies of #BDCC17
Complementary color
Monochromatic Colors of #BDCC17
Black with #BDCC17
Text Example
Text Example
White with #BDCC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC17; }
p { color: rgb(189,204,23); }
H1.HeaderClassName
{
color: #BDCC17;
}
.AnyTagClassName
{
color: #BDCC17;
}
</style>
background-color css
<style>
a { background-color: #BDCC17; }
a { background-color: rgb(189,204,23); }
div.DivClassName
{
background-color: #BDCC17;
}
.BgClassName
{
background-color: #BDCC17;
}
</style>
border-color css
<style>
span { border-color: #BDCC17; }
span { border-color: rgb(189,204,23); }
td.TdClassName
{
border-color: #BDCC17;
}
.TagClassName
{
border-color: #BDCC17;
}
</style>