Shades of Rio Grande #BBBD32
Tints of Rio Grande #BBBD32
RGB
CMYK
RGB Variations
Color information
#BBBD32 (or 0xBBBD32) is known color: Rio Grande. HEX triplet: BB, BD and 32. RGB value is (187,189,50). Sum of RGB (Red+Green+Blue) = 187+189+50=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBD32 is #4442CD. Grayscale: #ADADAD. Windows color (decimal): -4473550 or 3325371. OLE color: 3325371.
HSL color Cylindrical-coordinate representation of color #BBBD32: hue angle of 60.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBBD32 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 50 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.26 |
| HSL | 60.86º | 0.58% | 0.47% | - |
| HSV(B) | 60.86º | 0.74% | 0.74% | - |
| XYZ | 39.27 | 47.19 | 10.06 | - |
| YUV | 172.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 50 | 0.01 | 0 | 0.74 | 0.26 | 60.86 | 0.58 | 0.47 |
| Hex | BB | BD | 32 | 1 | 0 | 4A | 1A | 3D | 3A | 2F |
| Octal | 273 | 275 | 62 | 1 | 0 | 112 | 32 | 75 | 72 | 57 |
| Binary | 10111011 | 10111101 | 110010 | 1 | 0 | 1001010 | 11010 | 111101 | 111010 | 101111 |
Color Harmonies of #BBBD32
Complementary color
Monochromatic Colors of #BBBD32
Black with #BBBD32
Text Example
Text Example
White with #BBBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD32; }
p { color: rgb(187,189,50); }
H1.HeaderClassName
{
color: #BBBD32;
}
.AnyTagClassName
{
color: #BBBD32;
}
</style>
background-color css
<style>
a { background-color: #BBBD32; }
a { background-color: rgb(187,189,50); }
div.DivClassName
{
background-color: #BBBD32;
}
.BgClassName
{
background-color: #BBBD32;
}
</style>
border-color css
<style>
span { border-color: #BBBD32; }
span { border-color: rgb(187,189,50); }
td.TdClassName
{
border-color: #BBBD32;
}
.TagClassName
{
border-color: #BBBD32;
}
</style>