Shades of Rio Grande #B6BD31
Tints of Rio Grande #B6BD31
RGB
CMYK
RGB Variations
Color information
#B6BD31 (or 0xB6BD31) is known color: Rio Grande. HEX triplet: B6, BD and 31. RGB value is (182,189,49). Sum of RGB (Red+Green+Blue) = 182+189+49=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BD31 is #4942CE. Grayscale: #ABABAB. Windows color (decimal): -4801231 or 3259830. OLE color: 3259830.
HSL color Cylindrical-coordinate representation of color #B6BD31: hue angle of 63º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6BD31 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 49 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.26 |
| HSL | 63º | 0.59% | 0.47% | - |
| HSV(B) | 63º | 0.74% | 0.74% | - |
| XYZ | 38.04 | 46.56 | 9.89 | - |
| YUV | 170.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 49 | 0.04 | 0 | 0.74 | 0.26 | 63 | 0.59 | 0.47 |
| Hex | B6 | BD | 31 | 4 | 0 | 4A | 1A | 3F | 3B | 2F |
| Octal | 266 | 275 | 61 | 4 | 0 | 112 | 32 | 77 | 73 | 57 |
| Binary | 10110110 | 10111101 | 110001 | 100 | 0 | 1001010 | 11010 | 111111 | 111011 | 101111 |
Color Harmonies of #B6BD31
Complementary color
Monochromatic Colors of #B6BD31
Black with #B6BD31
Text Example
Text Example
White with #B6BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD31; }
p { color: rgb(182,189,49); }
H1.HeaderClassName
{
color: #B6BD31;
}
.AnyTagClassName
{
color: #B6BD31;
}
</style>
background-color css
<style>
a { background-color: #B6BD31; }
a { background-color: rgb(182,189,49); }
div.DivClassName
{
background-color: #B6BD31;
}
.BgClassName
{
background-color: #B6BD31;
}
</style>
border-color css
<style>
span { border-color: #B6BD31; }
span { border-color: rgb(182,189,49); }
td.TdClassName
{
border-color: #B6BD31;
}
.TagClassName
{
border-color: #B6BD31;
}
</style>