Shades of Rio Grande #BBC025
Tints of Rio Grande #BBC025
RGB
CMYK
RGB Variations
Color information
#BBC025 (or 0xBBC025) is known color: Rio Grande. HEX triplet: BB, C0 and 25. RGB value is (187,192,37). Sum of RGB (Red+Green+Blue) = 187+192+37=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC025 is #443FDA. Grayscale: #ADADAD. Windows color (decimal): -4472795 or 2474171. OLE color: 2474171.
HSL color Cylindrical-coordinate representation of color #BBC025: hue angle of 61.94º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBC025 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 37 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.25 |
| HSL | 61.94º | 0.68% | 0.45% | - |
| HSV(B) | 61.94º | 0.81% | 0.75% | - |
| XYZ | 39.68 | 48.4 | 9 | - |
| YUV | 172.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 37 | 0.03 | 0 | 0.81 | 0.25 | 61.94 | 0.68 | 0.45 |
| Hex | BB | C0 | 25 | 3 | 0 | 51 | 19 | 3E | 44 | 2D |
| Octal | 273 | 300 | 45 | 3 | 0 | 121 | 31 | 76 | 104 | 55 |
| Binary | 10111011 | 11000000 | 100101 | 11 | 0 | 1010001 | 11001 | 111110 | 1000100 | 101101 |
Color Harmonies of #BBC025
Complementary color
Monochromatic Colors of #BBC025
Black with #BBC025
Text Example
Text Example
White with #BBC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC025; }
p { color: rgb(187,192,37); }
H1.HeaderClassName
{
color: #BBC025;
}
.AnyTagClassName
{
color: #BBC025;
}
</style>
background-color css
<style>
a { background-color: #BBC025; }
a { background-color: rgb(187,192,37); }
div.DivClassName
{
background-color: #BBC025;
}
.BgClassName
{
background-color: #BBC025;
}
</style>
border-color css
<style>
span { border-color: #BBC025; }
span { border-color: rgb(187,192,37); }
td.TdClassName
{
border-color: #BBC025;
}
.TagClassName
{
border-color: #BBC025;
}
</style>