Shades of Rio Grande #BBBC25
Tints of Rio Grande #BBBC25
RGB
CMYK
RGB Variations
Color information
#BBBC25 (or 0xBBBC25) is known color: Rio Grande. HEX triplet: BB, BC and 25. RGB value is (187,188,37). Sum of RGB (Red+Green+Blue) = 187+188+37=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC25 is #4443DA. Grayscale: #ABABAB. Windows color (decimal): -4473819 or 2473147. OLE color: 2473147.
HSL color Cylindrical-coordinate representation of color #BBBC25: hue angle of 60.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBBC25 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 37 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.26 |
| HSL | 60.4º | 0.67% | 0.44% | - |
| HSV(B) | 60.4º | 0.8% | 0.74% | - |
| XYZ | 38.81 | 46.66 | 8.71 | - |
| YUV | 170.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 37 | 0.01 | 0 | 0.80 | 0.26 | 60.4 | 0.67 | 0.44 |
| Hex | BB | BC | 25 | 1 | 0 | 50 | 1A | 3C | 43 | 2C |
| Octal | 273 | 274 | 45 | 1 | 0 | 120 | 32 | 74 | 103 | 54 |
| Binary | 10111011 | 10111100 | 100101 | 1 | 0 | 1010000 | 11010 | 111100 | 1000011 | 101100 |
Color Harmonies of #BBBC25
Complementary color
Monochromatic Colors of #BBBC25
Black with #BBBC25
Text Example
Text Example
White with #BBBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC25; }
p { color: rgb(187,188,37); }
H1.HeaderClassName
{
color: #BBBC25;
}
.AnyTagClassName
{
color: #BBBC25;
}
</style>
background-color css
<style>
a { background-color: #BBBC25; }
a { background-color: rgb(187,188,37); }
div.DivClassName
{
background-color: #BBBC25;
}
.BgClassName
{
background-color: #BBBC25;
}
</style>
border-color css
<style>
span { border-color: #BBBC25; }
span { border-color: rgb(187,188,37); }
td.TdClassName
{
border-color: #BBBC25;
}
.TagClassName
{
border-color: #BBBC25;
}
</style>