Shades of Rio Grande #BBBD1E
Tints of Rio Grande #BBBD1E
RGB
CMYK
RGB Variations
Color information
#BBBD1E (or 0xBBBD1E) is known color: Rio Grande. HEX triplet: BB, BD and 1E. RGB value is (187,189,30). Sum of RGB (Red+Green+Blue) = 187+189+30=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD1E is #4442E1. Grayscale: #AAAAAA. Windows color (decimal): -4473570 or 2014651. OLE color: 2014651.
HSL color Cylindrical-coordinate representation of color #BBBD1E: hue angle of 60.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBBD1E is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 30 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.26 |
| HSL | 60.75º | 0.73% | 0.43% | - |
| HSV(B) | 60.75º | 0.84% | 0.74% | - |
| XYZ | 38.93 | 47.05 | 8.26 | - |
| YUV | 170.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 30 | 0.01 | 0 | 0.84 | 0.26 | 60.75 | 0.73 | 0.43 |
| Hex | BB | BD | 1E | 1 | 0 | 54 | 1A | 3D | 49 | 2B |
| Octal | 273 | 275 | 36 | 1 | 0 | 124 | 32 | 75 | 111 | 53 |
| Binary | 10111011 | 10111101 | 11110 | 1 | 0 | 1010100 | 11010 | 111101 | 1001001 | 101011 |
Color Harmonies of #BBBD1E
Complementary color
Monochromatic Colors of #BBBD1E
Black with #BBBD1E
Text Example
Text Example
White with #BBBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD1E; }
p { color: rgb(187,189,30); }
H1.HeaderClassName
{
color: #BBBD1E;
}
.AnyTagClassName
{
color: #BBBD1E;
}
</style>
background-color css
<style>
a { background-color: #BBBD1E; }
a { background-color: rgb(187,189,30); }
div.DivClassName
{
background-color: #BBBD1E;
}
.BgClassName
{
background-color: #BBBD1E;
}
</style>
border-color css
<style>
span { border-color: #BBBD1E; }
span { border-color: rgb(187,189,30); }
td.TdClassName
{
border-color: #BBBD1E;
}
.TagClassName
{
border-color: #BBBD1E;
}
</style>