Shades of Rio Grande #BBBE2C
Tints of Rio Grande #BBBE2C
RGB
CMYK
RGB Variations
Color information
#BBBE2C (or 0xBBBE2C) is known color: Rio Grande. HEX triplet: BB, BE and 2C. RGB value is (187,190,44). Sum of RGB (Red+Green+Blue) = 187+190+44=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBE2C is #4441D3. Grayscale: #ADADAD. Windows color (decimal): -4473300 or 2932411. OLE color: 2932411.
HSL color Cylindrical-coordinate representation of color #BBBE2C: hue angle of 61.23º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBBE2C is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 44 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.25 |
| HSL | 61.23º | 0.62% | 0.46% | - |
| HSV(B) | 61.23º | 0.77% | 0.75% | - |
| XYZ | 39.36 | 47.57 | 9.49 | - |
| YUV | 172.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 44 | 0.02 | 0 | 0.77 | 0.25 | 61.23 | 0.62 | 0.46 |
| Hex | BB | BE | 2C | 2 | 0 | 4D | 19 | 3D | 3E | 2E |
| Octal | 273 | 276 | 54 | 2 | 0 | 115 | 31 | 75 | 76 | 56 |
| Binary | 10111011 | 10111110 | 101100 | 10 | 0 | 1001101 | 11001 | 111101 | 111110 | 101110 |
Color Harmonies of #BBBE2C
Complementary color
Monochromatic Colors of #BBBE2C
Black with #BBBE2C
Text Example
Text Example
White with #BBBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE2C; }
p { color: rgb(187,190,44); }
H1.HeaderClassName
{
color: #BBBE2C;
}
.AnyTagClassName
{
color: #BBBE2C;
}
</style>
background-color css
<style>
a { background-color: #BBBE2C; }
a { background-color: rgb(187,190,44); }
div.DivClassName
{
background-color: #BBBE2C;
}
.BgClassName
{
background-color: #BBBE2C;
}
</style>
border-color css
<style>
span { border-color: #BBBE2C; }
span { border-color: rgb(187,190,44); }
td.TdClassName
{
border-color: #BBBE2C;
}
.TagClassName
{
border-color: #BBBE2C;
}
</style>