Shades of Rio Grande #BDC21B
Tints of Rio Grande #BDC21B
RGB
CMYK
RGB Variations
Color information
#BDC21B (or 0xBDC21B) is known color: Rio Grande. HEX triplet: BD, C2 and 1B. RGB value is (189,194,27). Sum of RGB (Red+Green+Blue) = 189+194+27=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC21B is #423DE4. Grayscale: #AEAEAE. Windows color (decimal): -4341221 or 1819325. OLE color: 1819325.
HSL color Cylindrical-coordinate representation of color #BDC21B: hue angle of 61.8º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDC21B is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 27 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.24 |
| HSL | 61.8º | 0.76% | 0.43% | - |
| HSV(B) | 61.8º | 0.86% | 0.76% | - |
| XYZ | 40.48 | 49.48 | 8.45 | - |
| YUV | 173.47 | 45.34 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 27 | 0.03 | 0 | 0.86 | 0.24 | 61.8 | 0.76 | 0.43 |
| Hex | BD | C2 | 1B | 3 | 0 | 56 | 18 | 3E | 4C | 2B |
| Octal | 275 | 302 | 33 | 3 | 0 | 126 | 30 | 76 | 114 | 53 |
| Binary | 10111101 | 11000010 | 11011 | 11 | 0 | 1010110 | 11000 | 111110 | 1001100 | 101011 |
Color Harmonies of #BDC21B
Complementary color
Monochromatic Colors of #BDC21B
Black with #BDC21B
Text Example
Text Example
White with #BDC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC21B; }
p { color: rgb(189,194,27); }
H1.HeaderClassName
{
color: #BDC21B;
}
.AnyTagClassName
{
color: #BDC21B;
}
</style>
background-color css
<style>
a { background-color: #BDC21B; }
a { background-color: rgb(189,194,27); }
div.DivClassName
{
background-color: #BDC21B;
}
.BgClassName
{
background-color: #BDC21B;
}
</style>
border-color css
<style>
span { border-color: #BDC21B; }
span { border-color: rgb(189,194,27); }
td.TdClassName
{
border-color: #BDC21B;
}
.TagClassName
{
border-color: #BDC21B;
}
</style>