Shades of Rio Grande #BBC527
Tints of Rio Grande #BBC527
RGB
CMYK
RGB Variations
Color information
#BBC527 (or 0xBBC527) is known color: Rio Grande. HEX triplet: BB, C5 and 27. RGB value is (187,197,39). Sum of RGB (Red+Green+Blue) = 187+197+39=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC527 is #443AD8. Grayscale: #B0B0B0. Windows color (decimal): -4471513 or 2606523. OLE color: 2606523.
HSL color Cylindrical-coordinate representation of color #BBC527: hue angle of 63.8º degrees, saturation: 0.67, 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 #BBC527 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 39 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.23 |
| HSL | 63.8º | 0.67% | 0.46% | - |
| HSV(B) | 63.8º | 0.8% | 0.77% | - |
| XYZ | 40.83 | 50.64 | 9.54 | - |
| YUV | 176 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 39 | 0.05 | 0 | 0.80 | 0.23 | 63.8 | 0.67 | 0.46 |
| Hex | BB | C5 | 27 | 5 | 0 | 50 | 17 | 40 | 43 | 2E |
| Octal | 273 | 305 | 47 | 5 | 0 | 120 | 27 | 100 | 103 | 56 |
| Binary | 10111011 | 11000101 | 100111 | 101 | 0 | 1010000 | 10111 | 1000000 | 1000011 | 101110 |
Color Harmonies of #BBC527
Complementary color
Monochromatic Colors of #BBC527
Black with #BBC527
Text Example
Text Example
White with #BBC527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC527; }
p { color: rgb(187,197,39); }
H1.HeaderClassName
{
color: #BBC527;
}
.AnyTagClassName
{
color: #BBC527;
}
</style>
background-color css
<style>
a { background-color: #BBC527; }
a { background-color: rgb(187,197,39); }
div.DivClassName
{
background-color: #BBC527;
}
.BgClassName
{
background-color: #BBC527;
}
</style>
border-color css
<style>
span { border-color: #BBC527; }
span { border-color: rgb(187,197,39); }
td.TdClassName
{
border-color: #BBC527;
}
.TagClassName
{
border-color: #BBC527;
}
</style>