Shades of Rio Grande #BBBC2B
Tints of Rio Grande #BBBC2B
RGB
CMYK
RGB Variations
Color information
#BBBC2B (or 0xBBBC2B) is known color: Rio Grande. HEX triplet: BB, BC and 2B. RGB value is (187,188,43). Sum of RGB (Red+Green+Blue) = 187+188+43=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 43 (17.19% from 255 or 10.29% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC2B is #4443D4. Grayscale: #ABABAB. Windows color (decimal): -4473813 or 2866363. OLE color: 2866363.
HSL color Cylindrical-coordinate representation of color #BBBC2B: hue angle of 60.41º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBBC2B is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 43 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.26 |
| HSL | 60.41º | 0.63% | 0.45% | - |
| HSV(B) | 60.41º | 0.77% | 0.74% | - |
| XYZ | 38.91 | 46.71 | 9.25 | - |
| YUV | 171.17 | 55.67 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 43 | 0.01 | 0 | 0.77 | 0.26 | 60.41 | 0.63 | 0.45 |
| Hex | BB | BC | 2B | 1 | 0 | 4D | 1A | 3C | 3F | 2D |
| Octal | 273 | 274 | 53 | 1 | 0 | 115 | 32 | 74 | 77 | 55 |
| Binary | 10111011 | 10111100 | 101011 | 1 | 0 | 1001101 | 11010 | 111100 | 111111 | 101101 |
Color Harmonies of #BBBC2B
Complementary color
Monochromatic Colors of #BBBC2B
Black with #BBBC2B
Text Example
Text Example
White with #BBBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC2B; }
p { color: rgb(187,188,43); }
H1.HeaderClassName
{
color: #BBBC2B;
}
.AnyTagClassName
{
color: #BBBC2B;
}
</style>
background-color css
<style>
a { background-color: #BBBC2B; }
a { background-color: rgb(187,188,43); }
div.DivClassName
{
background-color: #BBBC2B;
}
.BgClassName
{
background-color: #BBBC2B;
}
</style>
border-color css
<style>
span { border-color: #BBBC2B; }
span { border-color: rgb(187,188,43); }
td.TdClassName
{
border-color: #BBBC2B;
}
.TagClassName
{
border-color: #BBBC2B;
}
</style>