Shades of Rio Grande #B6BD24
Tints of Rio Grande #B6BD24
RGB
CMYK
RGB Variations
Color information
#B6BD24 (or 0xB6BD24) is known color: Rio Grande. HEX triplet: B6, BD and 24. RGB value is (182,189,36). Sum of RGB (Red+Green+Blue) = 182+189+36=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BD24 is #4942DB. Grayscale: #AAAAAA. Windows color (decimal): -4801244 or 2407862. OLE color: 2407862.
HSL color Cylindrical-coordinate representation of color #B6BD24: hue angle of 62.75º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6BD24 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 189 | 36 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.26 |
| HSL | 62.75º | 0.68% | 0.44% | - |
| HSV(B) | 62.75º | 0.81% | 0.74% | - |
| XYZ | 37.81 | 46.47 | 8.65 | - |
| YUV | 169.47 | 52.68 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 189 | 36 | 0.04 | 0 | 0.81 | 0.26 | 62.75 | 0.68 | 0.44 |
| Hex | B6 | BD | 24 | 4 | 0 | 51 | 1A | 3F | 44 | 2C |
| Octal | 266 | 275 | 44 | 4 | 0 | 121 | 32 | 77 | 104 | 54 |
| Binary | 10110110 | 10111101 | 100100 | 100 | 0 | 1010001 | 11010 | 111111 | 1000100 | 101100 |
Color Harmonies of #B6BD24
Complementary color
Monochromatic Colors of #B6BD24
Black with #B6BD24
Text Example
Text Example
White with #B6BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BD24; }
p { color: rgb(182,189,36); }
H1.HeaderClassName
{
color: #B6BD24;
}
.AnyTagClassName
{
color: #B6BD24;
}
</style>
background-color css
<style>
a { background-color: #B6BD24; }
a { background-color: rgb(182,189,36); }
div.DivClassName
{
background-color: #B6BD24;
}
.BgClassName
{
background-color: #B6BD24;
}
</style>
border-color css
<style>
span { border-color: #B6BD24; }
span { border-color: rgb(182,189,36); }
td.TdClassName
{
border-color: #B6BD24;
}
.TagClassName
{
border-color: #B6BD24;
}
</style>