Shades of Rio Grande #BBC528
Tints of Rio Grande #BBC528
RGB
CMYK
RGB Variations
Color information
#BBC528 (or 0xBBC528) is known color: Rio Grande. HEX triplet: BB, C5 and 28. RGB value is (187,197,40). Sum of RGB (Red+Green+Blue) = 187+197+40=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC528 is #443AD7. Grayscale: #B0B0B0. Windows color (decimal): -4471512 or 2672059. OLE color: 2672059.
HSL color Cylindrical-coordinate representation of color #BBC528: hue angle of 63.82º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBC528 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 40 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.23 |
| HSL | 63.82º | 0.66% | 0.46% | - |
| HSV(B) | 63.82º | 0.8% | 0.77% | - |
| XYZ | 40.84 | 50.65 | 9.63 | - |
| YUV | 176.11 | 51.19 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 40 | 0.05 | 0 | 0.80 | 0.23 | 63.82 | 0.66 | 0.46 |
| Hex | BB | C5 | 28 | 5 | 0 | 50 | 17 | 40 | 42 | 2E |
| Octal | 273 | 305 | 50 | 5 | 0 | 120 | 27 | 100 | 102 | 56 |
| Binary | 10111011 | 11000101 | 101000 | 101 | 0 | 1010000 | 10111 | 1000000 | 1000010 | 101110 |
Color Harmonies of #BBC528
Complementary color
Monochromatic Colors of #BBC528
Black with #BBC528
Text Example
Text Example
White with #BBC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC528; }
p { color: rgb(187,197,40); }
H1.HeaderClassName
{
color: #BBC528;
}
.AnyTagClassName
{
color: #BBC528;
}
</style>
background-color css
<style>
a { background-color: #BBC528; }
a { background-color: rgb(187,197,40); }
div.DivClassName
{
background-color: #BBC528;
}
.BgClassName
{
background-color: #BBC528;
}
</style>
border-color css
<style>
span { border-color: #BBC528; }
span { border-color: rgb(187,197,40); }
td.TdClassName
{
border-color: #BBC528;
}
.TagClassName
{
border-color: #BBC528;
}
</style>