Shades of Rio Grande #BBBC32
Tints of Rio Grande #BBBC32
RGB
CMYK
RGB Variations
Color information
#BBBC32 (or 0xBBBC32) is known color: Rio Grande. HEX triplet: BB, BC and 32. RGB value is (187,188,50). Sum of RGB (Red+Green+Blue) = 187+188+50=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC32 is #4443CD. Grayscale: #ACACAC. Windows color (decimal): -4473806 or 3325115. OLE color: 3325115.
HSL color Cylindrical-coordinate representation of color #BBBC32: hue angle of 60.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBBC32 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 50 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.26 |
| HSL | 60.43º | 0.58% | 0.47% | - |
| HSV(B) | 60.43º | 0.73% | 0.74% | - |
| XYZ | 39.05 | 46.76 | 9.99 | - |
| YUV | 171.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 50 | 0.01 | 0 | 0.73 | 0.26 | 60.43 | 0.58 | 0.47 |
| Hex | BB | BC | 32 | 1 | 0 | 49 | 1A | 3C | 3A | 2F |
| Octal | 273 | 274 | 62 | 1 | 0 | 111 | 32 | 74 | 72 | 57 |
| Binary | 10111011 | 10111100 | 110010 | 1 | 0 | 1001001 | 11010 | 111100 | 111010 | 101111 |
Color Harmonies of #BBBC32
Complementary color
Monochromatic Colors of #BBBC32
Black with #BBBC32
Text Example
Text Example
White with #BBBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC32; }
p { color: rgb(187,188,50); }
H1.HeaderClassName
{
color: #BBBC32;
}
.AnyTagClassName
{
color: #BBBC32;
}
</style>
background-color css
<style>
a { background-color: #BBBC32; }
a { background-color: rgb(187,188,50); }
div.DivClassName
{
background-color: #BBBC32;
}
.BgClassName
{
background-color: #BBBC32;
}
</style>
border-color css
<style>
span { border-color: #BBBC32; }
span { border-color: rgb(187,188,50); }
td.TdClassName
{
border-color: #BBBC32;
}
.TagClassName
{
border-color: #BBBC32;
}
</style>