Shades of Rio Grande #BDCD12
Tints of Rio Grande #BDCD12
RGB
CMYK
RGB Variations
Color information
#BDCD12 (or 0xBDCD12) is known color: Rio Grande. HEX triplet: BD, CD and 12. RGB value is (189,205,18). Sum of RGB (Red+Green+Blue) = 189+205+18=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCD12 is #4232ED. Grayscale: #B3B3B3. Windows color (decimal): -4338414 or 1232317. OLE color: 1232317.
HSL color Cylindrical-coordinate representation of color #BDCD12: hue angle of 65.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDCD12 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.20 |
| HSL | 65.13º | 0.84% | 0.44% | - |
| HSV(B) | 65.13º | 0.91% | 0.8% | - |
| XYZ | 42.93 | 54.53 | 8.83 | - |
| YUV | 178.9 | 37.2 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 18 | 0.08 | 0 | 0.91 | 0.20 | 65.13 | 0.84 | 0.44 |
| Hex | BD | CD | 12 | 8 | 0 | 5B | 14 | 41 | 54 | 2C |
| Octal | 275 | 315 | 22 | 10 | 0 | 133 | 24 | 101 | 124 | 54 |
| Binary | 10111101 | 11001101 | 10010 | 1000 | 0 | 1011011 | 10100 | 1000001 | 1010100 | 101100 |
Color Harmonies of #BDCD12
Complementary color
Monochromatic Colors of #BDCD12
Black with #BDCD12
Text Example
Text Example
White with #BDCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD12; }
p { color: rgb(189,205,18); }
H1.HeaderClassName
{
color: #BDCD12;
}
.AnyTagClassName
{
color: #BDCD12;
}
</style>
background-color css
<style>
a { background-color: #BDCD12; }
a { background-color: rgb(189,205,18); }
div.DivClassName
{
background-color: #BDCD12;
}
.BgClassName
{
background-color: #BDCD12;
}
</style>
border-color css
<style>
span { border-color: #BDCD12; }
span { border-color: rgb(189,205,18); }
td.TdClassName
{
border-color: #BDCD12;
}
.TagClassName
{
border-color: #BDCD12;
}
</style>