Shades of Rio Grande #BAD31B
Tints of Rio Grande #BAD31B
RGB
CMYK
RGB Variations
Color information
#BAD31B (or 0xBAD31B) is known color: Rio Grande. HEX triplet: BA, D3 and 1B. RGB value is (186,211,27). Sum of RGB (Red+Green+Blue) = 186+211+27=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD31B is #452CE4. Grayscale: #B7B7B7. Windows color (decimal): -4533477 or 1823674. OLE color: 1823674.
HSL color Cylindrical-coordinate representation of color #BAD31B: hue angle of 68.15º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAD31B is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 211 | 27 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.17 |
| HSL | 68.15º | 0.77% | 0.47% | - |
| HSV(B) | 68.15º | 0.87% | 0.83% | - |
| XYZ | 43.74 | 57.11 | 9.75 | - |
| YUV | 182.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 211 | 27 | 0.12 | 0 | 0.87 | 0.17 | 68.15 | 0.77 | 0.47 |
| Hex | BA | D3 | 1B | C | 0 | 57 | 11 | 44 | 4D | 2F |
| Octal | 272 | 323 | 33 | 14 | 0 | 127 | 21 | 104 | 115 | 57 |
| Binary | 10111010 | 11010011 | 11011 | 1100 | 0 | 1010111 | 10001 | 1000100 | 1001101 | 101111 |
Color Harmonies of #BAD31B
Complementary color
Monochromatic Colors of #BAD31B
Black with #BAD31B
Text Example
Text Example
White with #BAD31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD31B; }
p { color: rgb(186,211,27); }
H1.HeaderClassName
{
color: #BAD31B;
}
.AnyTagClassName
{
color: #BAD31B;
}
</style>
background-color css
<style>
a { background-color: #BAD31B; }
a { background-color: rgb(186,211,27); }
div.DivClassName
{
background-color: #BAD31B;
}
.BgClassName
{
background-color: #BAD31B;
}
</style>
border-color css
<style>
span { border-color: #BAD31B; }
span { border-color: rgb(186,211,27); }
td.TdClassName
{
border-color: #BAD31B;
}
.TagClassName
{
border-color: #BAD31B;
}
</style>