Shades of Rio Grande #BBBC26
Tints of Rio Grande #BBBC26
RGB
CMYK
RGB Variations
Color information
#BBBC26 (or 0xBBBC26) is known color: Rio Grande. HEX triplet: BB, BC and 26. RGB value is (187,188,38). Sum of RGB (Red+Green+Blue) = 187+188+38=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC26 is #4443D9. Grayscale: #ABABAB. Windows color (decimal): -4473818 or 2538683. OLE color: 2538683.
HSL color Cylindrical-coordinate representation of color #BBBC26: hue angle of 60.4º degrees, saturation: 0.66, 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 #BBBC26 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 38 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.26 |
| HSL | 60.4º | 0.66% | 0.44% | - |
| HSV(B) | 60.4º | 0.8% | 0.74% | - |
| XYZ | 38.83 | 46.67 | 8.8 | - |
| YUV | 170.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 38 | 0.01 | 0 | 0.80 | 0.26 | 60.4 | 0.66 | 0.44 |
| Hex | BB | BC | 26 | 1 | 0 | 50 | 1A | 3C | 42 | 2C |
| Octal | 273 | 274 | 46 | 1 | 0 | 120 | 32 | 74 | 102 | 54 |
| Binary | 10111011 | 10111100 | 100110 | 1 | 0 | 1010000 | 11010 | 111100 | 1000010 | 101100 |
Color Harmonies of #BBBC26
Complementary color
Monochromatic Colors of #BBBC26
Black with #BBBC26
Text Example
Text Example
White with #BBBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC26; }
p { color: rgb(187,188,38); }
H1.HeaderClassName
{
color: #BBBC26;
}
.AnyTagClassName
{
color: #BBBC26;
}
</style>
background-color css
<style>
a { background-color: #BBBC26; }
a { background-color: rgb(187,188,38); }
div.DivClassName
{
background-color: #BBBC26;
}
.BgClassName
{
background-color: #BBBC26;
}
</style>
border-color css
<style>
span { border-color: #BBBC26; }
span { border-color: rgb(187,188,38); }
td.TdClassName
{
border-color: #BBBC26;
}
.TagClassName
{
border-color: #BBBC26;
}
</style>