Shades of Rio Grande #BBBC2F
Tints of Rio Grande #BBBC2F
RGB
CMYK
RGB Variations
Color information
#BBBC2F (or 0xBBBC2F) is known color: Rio Grande. HEX triplet: BB, BC and 2F. RGB value is (187,188,47). Sum of RGB (Red+Green+Blue) = 187+188+47=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC2F is #4443D0. Grayscale: #ACACAC. Windows color (decimal): -4473809 or 3128507. OLE color: 3128507.
HSL color Cylindrical-coordinate representation of color #BBBC2F: hue angle of 60.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBBC2F is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 47 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.26 |
| HSL | 60.43º | 0.6% | 0.46% | - |
| HSV(B) | 60.43º | 0.75% | 0.74% | - |
| XYZ | 38.99 | 46.74 | 9.66 | - |
| YUV | 171.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 47 | 0.01 | 0 | 0.75 | 0.26 | 60.43 | 0.6 | 0.46 |
| Hex | BB | BC | 2F | 1 | 0 | 4B | 1A | 3C | 3C | 2E |
| Octal | 273 | 274 | 57 | 1 | 0 | 113 | 32 | 74 | 74 | 56 |
| Binary | 10111011 | 10111100 | 101111 | 1 | 0 | 1001011 | 11010 | 111100 | 111100 | 101110 |
Color Harmonies of #BBBC2F
Complementary color
Monochromatic Colors of #BBBC2F
Black with #BBBC2F
Text Example
Text Example
White with #BBBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC2F; }
p { color: rgb(187,188,47); }
H1.HeaderClassName
{
color: #BBBC2F;
}
.AnyTagClassName
{
color: #BBBC2F;
}
</style>
background-color css
<style>
a { background-color: #BBBC2F; }
a { background-color: rgb(187,188,47); }
div.DivClassName
{
background-color: #BBBC2F;
}
.BgClassName
{
background-color: #BBBC2F;
}
</style>
border-color css
<style>
span { border-color: #BBBC2F; }
span { border-color: rgb(187,188,47); }
td.TdClassName
{
border-color: #BBBC2F;
}
.TagClassName
{
border-color: #BBBC2F;
}
</style>