Shades of Rio Grande #BCD012
Tints of Rio Grande #BCD012
RGB
CMYK
RGB Variations
Color information
#BCD012 (or 0xBCD012) is known color: Rio Grande. HEX triplet: BC, D0 and 12. RGB value is (188,208,18). Sum of RGB (Red+Green+Blue) = 188+208+18=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD012 is #432FED. Grayscale: #B5B5B5. Windows color (decimal): -4403182 or 1233084. OLE color: 1233084.
HSL color Cylindrical-coordinate representation of color #BCD012: hue angle of 66.32º 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 #BCD012 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 18 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.18 |
| HSL | 66.32º | 0.84% | 0.44% | - |
| HSV(B) | 66.32º | 0.91% | 0.82% | - |
| XYZ | 43.4 | 55.85 | 9.06 | - |
| YUV | 180.36 | 36.37 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 18 | 0.10 | 0 | 0.91 | 0.18 | 66.32 | 0.84 | 0.44 |
| Hex | BC | D0 | 12 | A | 0 | 5B | 12 | 42 | 54 | 2C |
| Octal | 274 | 320 | 22 | 12 | 0 | 133 | 22 | 102 | 124 | 54 |
| Binary | 10111100 | 11010000 | 10010 | 1010 | 0 | 1011011 | 10010 | 1000010 | 1010100 | 101100 |
Color Harmonies of #BCD012
Complementary color
Monochromatic Colors of #BCD012
Black with #BCD012
Text Example
Text Example
White with #BCD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD012; }
p { color: rgb(188,208,18); }
H1.HeaderClassName
{
color: #BCD012;
}
.AnyTagClassName
{
color: #BCD012;
}
</style>
background-color css
<style>
a { background-color: #BCD012; }
a { background-color: rgb(188,208,18); }
div.DivClassName
{
background-color: #BCD012;
}
.BgClassName
{
background-color: #BCD012;
}
</style>
border-color css
<style>
span { border-color: #BCD012; }
span { border-color: rgb(188,208,18); }
td.TdClassName
{
border-color: #BCD012;
}
.TagClassName
{
border-color: #BCD012;
}
</style>