Shades of Rio Grande #B6D31D
Tints of Rio Grande #B6D31D
RGB
CMYK
RGB Variations
Color information
#B6D31D (or 0xB6D31D) is known color: Rio Grande. HEX triplet: B6, D3 and 1D. RGB value is (182,211,29). Sum of RGB (Red+Green+Blue) = 182+211+29=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D31D is #492CE2. Grayscale: #B6B6B6. Windows color (decimal): -4795619 or 1954742. OLE color: 1954742.
HSL color Cylindrical-coordinate representation of color #B6D31D: hue angle of 69.56º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6D31D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 29 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.17 |
| HSL | 69.56º | 0.76% | 0.47% | - |
| HSV(B) | 69.56º | 0.86% | 0.83% | - |
| XYZ | 42.81 | 56.62 | 9.84 | - |
| YUV | 181.58 | 41.89 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 29 | 0.14 | 0 | 0.86 | 0.17 | 69.56 | 0.76 | 0.47 |
| Hex | B6 | D3 | 1D | E | 0 | 56 | 11 | 46 | 4C | 2F |
| Octal | 266 | 323 | 35 | 16 | 0 | 126 | 21 | 106 | 114 | 57 |
| Binary | 10110110 | 11010011 | 11101 | 1110 | 0 | 1010110 | 10001 | 1000110 | 1001100 | 101111 |
Color Harmonies of #B6D31D
Complementary color
Monochromatic Colors of #B6D31D
Black with #B6D31D
Text Example
Text Example
White with #B6D31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D31D; }
p { color: rgb(182,211,29); }
H1.HeaderClassName
{
color: #B6D31D;
}
.AnyTagClassName
{
color: #B6D31D;
}
</style>
background-color css
<style>
a { background-color: #B6D31D; }
a { background-color: rgb(182,211,29); }
div.DivClassName
{
background-color: #B6D31D;
}
.BgClassName
{
background-color: #B6D31D;
}
</style>
border-color css
<style>
span { border-color: #B6D31D; }
span { border-color: rgb(182,211,29); }
td.TdClassName
{
border-color: #B6D31D;
}
.TagClassName
{
border-color: #B6D31D;
}
</style>