Shades of Rio Grande #BDC11B
Tints of Rio Grande #BDC11B
RGB
CMYK
RGB Variations
Color information
#BDC11B (or 0xBDC11B) is known color: Rio Grande. HEX triplet: BD, C1 and 1B. RGB value is (189,193,27). Sum of RGB (Red+Green+Blue) = 189+193+27=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC11B is #423EE4. Grayscale: #ADADAD. Windows color (decimal): -4341477 or 1819069. OLE color: 1819069.
HSL color Cylindrical-coordinate representation of color #BDC11B: hue angle of 61.45º degrees, saturation: 0.75, 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 #BDC11B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 27 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.24 |
| HSL | 61.45º | 0.75% | 0.43% | - |
| HSV(B) | 61.45º | 0.86% | 0.76% | - |
| XYZ | 40.25 | 49.04 | 8.38 | - |
| YUV | 172.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 27 | 0.02 | 0 | 0.86 | 0.24 | 61.45 | 0.75 | 0.43 |
| Hex | BD | C1 | 1B | 2 | 0 | 56 | 18 | 3D | 4B | 2B |
| Octal | 275 | 301 | 33 | 2 | 0 | 126 | 30 | 75 | 113 | 53 |
| Binary | 10111101 | 11000001 | 11011 | 10 | 0 | 1010110 | 11000 | 111101 | 1001011 | 101011 |
Color Harmonies of #BDC11B
Complementary color
Monochromatic Colors of #BDC11B
Black with #BDC11B
Text Example
Text Example
White with #BDC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC11B; }
p { color: rgb(189,193,27); }
H1.HeaderClassName
{
color: #BDC11B;
}
.AnyTagClassName
{
color: #BDC11B;
}
</style>
background-color css
<style>
a { background-color: #BDC11B; }
a { background-color: rgb(189,193,27); }
div.DivClassName
{
background-color: #BDC11B;
}
.BgClassName
{
background-color: #BDC11B;
}
</style>
border-color css
<style>
span { border-color: #BDC11B; }
span { border-color: rgb(189,193,27); }
td.TdClassName
{
border-color: #BDC11B;
}
.TagClassName
{
border-color: #BDC11B;
}
</style>