Shades of Rio Grande #BDBB24
Tints of Rio Grande #BDBB24
RGB
CMYK
RGB Variations
Color information
#BDBB24 (or 0xBDBB24) is known color: Rio Grande. HEX triplet: BD, BB and 24. RGB value is (189,187,36). Sum of RGB (Red+Green+Blue) = 189+187+36=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB24 is #4244DB. Grayscale: #AAAAAA. Windows color (decimal): -4343004 or 2407357. OLE color: 2407357.
HSL color Cylindrical-coordinate representation of color #BDBB24: hue angle of 59.22º 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 #BDBB24 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 36 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.26 |
| HSL | 59.22º | 0.68% | 0.44% | - |
| HSV(B) | 59.22º | 0.81% | 0.74% | - |
| XYZ | 39.08 | 46.49 | 8.58 | - |
| YUV | 170.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 36 | 0 | 0.01 | 0.81 | 0.26 | 59.22 | 0.68 | 0.44 |
| Hex | BD | BB | 24 | 0 | 1 | 51 | 1A | 3B | 44 | 2C |
| Octal | 275 | 273 | 44 | 0 | 1 | 121 | 32 | 73 | 104 | 54 |
| Binary | 10111101 | 10111011 | 100100 | 0 | 1 | 1010001 | 11010 | 111011 | 1000100 | 101100 |
Color Harmonies of #BDBB24
Complementary color
Monochromatic Colors of #BDBB24
Black with #BDBB24
Text Example
Text Example
White with #BDBB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB24; }
p { color: rgb(189,187,36); }
H1.HeaderClassName
{
color: #BDBB24;
}
.AnyTagClassName
{
color: #BDBB24;
}
</style>
background-color css
<style>
a { background-color: #BDBB24; }
a { background-color: rgb(189,187,36); }
div.DivClassName
{
background-color: #BDBB24;
}
.BgClassName
{
background-color: #BDBB24;
}
</style>
border-color css
<style>
span { border-color: #BDBB24; }
span { border-color: rgb(189,187,36); }
td.TdClassName
{
border-color: #BDBB24;
}
.TagClassName
{
border-color: #BDBB24;
}
</style>