Shades of Rio Grande #BDD012
Tints of Rio Grande #BDD012
RGB
CMYK
RGB Variations
Color information
#BDD012 (or 0xBDD012) is known color: Rio Grande. HEX triplet: BD, D0 and 12. RGB value is (189,208,18). Sum of RGB (Red+Green+Blue) = 189+208+18=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD012 is #422FED. Grayscale: #B5B5B5. Windows color (decimal): -4337646 or 1233085. OLE color: 1233085.
HSL color Cylindrical-coordinate representation of color #BDD012: hue angle of 66º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDD012 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 18 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.18 |
| HSL | 66º | 0.84% | 0.44% | - |
| HSV(B) | 66º | 0.91% | 0.82% | - |
| XYZ | 43.65 | 55.97 | 9.08 | - |
| YUV | 180.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 18 | 0.09 | 0 | 0.91 | 0.18 | 66 | 0.84 | 0.44 |
| Hex | BD | D0 | 12 | 9 | 0 | 5B | 12 | 42 | 54 | 2C |
| Octal | 275 | 320 | 22 | 11 | 0 | 133 | 22 | 102 | 124 | 54 |
| Binary | 10111101 | 11010000 | 10010 | 1001 | 0 | 1011011 | 10010 | 1000010 | 1010100 | 101100 |
Color Harmonies of #BDD012
Complementary color
Monochromatic Colors of #BDD012
Black with #BDD012
Text Example
Text Example
White with #BDD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD012; }
p { color: rgb(189,208,18); }
H1.HeaderClassName
{
color: #BDD012;
}
.AnyTagClassName
{
color: #BDD012;
}
</style>
background-color css
<style>
a { background-color: #BDD012; }
a { background-color: rgb(189,208,18); }
div.DivClassName
{
background-color: #BDD012;
}
.BgClassName
{
background-color: #BDD012;
}
</style>
border-color css
<style>
span { border-color: #BDD012; }
span { border-color: rgb(189,208,18); }
td.TdClassName
{
border-color: #BDD012;
}
.TagClassName
{
border-color: #BDD012;
}
</style>