Shades of Rio Grande #BBBC30
Tints of Rio Grande #BBBC30
RGB
CMYK
RGB Variations
Color information
#BBBC30 (or 0xBBBC30) is known color: Rio Grande. HEX triplet: BB, BC and 30. RGB value is (187,188,48). Sum of RGB (Red+Green+Blue) = 187+188+48=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC30 is #4443CF. Grayscale: #ACACAC. Windows color (decimal): -4473808 or 3194043. OLE color: 3194043.
HSL color Cylindrical-coordinate representation of color #BBBC30: hue angle of 60.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBBC30 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 48 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.26 |
| HSL | 60.43º | 0.59% | 0.46% | - |
| HSV(B) | 60.43º | 0.74% | 0.74% | - |
| XYZ | 39.01 | 46.74 | 9.76 | - |
| YUV | 171.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 48 | 0.01 | 0 | 0.74 | 0.26 | 60.43 | 0.59 | 0.46 |
| Hex | BB | BC | 30 | 1 | 0 | 4A | 1A | 3C | 3B | 2E |
| Octal | 273 | 274 | 60 | 1 | 0 | 112 | 32 | 74 | 73 | 56 |
| Binary | 10111011 | 10111100 | 110000 | 1 | 0 | 1001010 | 11010 | 111100 | 111011 | 101110 |
Color Harmonies of #BBBC30
Complementary color
Monochromatic Colors of #BBBC30
Black with #BBBC30
Text Example
Text Example
White with #BBBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC30; }
p { color: rgb(187,188,48); }
H1.HeaderClassName
{
color: #BBBC30;
}
.AnyTagClassName
{
color: #BBBC30;
}
</style>
background-color css
<style>
a { background-color: #BBBC30; }
a { background-color: rgb(187,188,48); }
div.DivClassName
{
background-color: #BBBC30;
}
.BgClassName
{
background-color: #BBBC30;
}
</style>
border-color css
<style>
span { border-color: #BBBC30; }
span { border-color: rgb(187,188,48); }
td.TdClassName
{
border-color: #BBBC30;
}
.TagClassName
{
border-color: #BBBC30;
}
</style>