Shades of Rio Grande #BBBC1B
Tints of Rio Grande #BBBC1B
RGB
CMYK
RGB Variations
Color information
#BBBC1B (or 0xBBBC1B) is known color: Rio Grande. HEX triplet: BB, BC and 1B. RGB value is (187,188,27). Sum of RGB (Red+Green+Blue) = 187+188+27=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC1B is #4443E4. Grayscale: #A9A9A9. Windows color (decimal): -4473829 or 1817787. OLE color: 1817787.
HSL color Cylindrical-coordinate representation of color #BBBC1B: hue angle of 60.37º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBBC1B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 27 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.26 |
| HSL | 60.37º | 0.75% | 0.42% | - |
| HSV(B) | 60.37º | 0.86% | 0.74% | - |
| XYZ | 38.67 | 46.61 | 8 | - |
| YUV | 169.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 27 | 0.01 | 0 | 0.86 | 0.26 | 60.37 | 0.75 | 0.42 |
| Hex | BB | BC | 1B | 1 | 0 | 56 | 1A | 3C | 4B | 2A |
| Octal | 273 | 274 | 33 | 1 | 0 | 126 | 32 | 74 | 113 | 52 |
| Binary | 10111011 | 10111100 | 11011 | 1 | 0 | 1010110 | 11010 | 111100 | 1001011 | 101010 |
Color Harmonies of #BBBC1B
Complementary color
Monochromatic Colors of #BBBC1B
Black with #BBBC1B
Text Example
Text Example
White with #BBBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC1B; }
p { color: rgb(187,188,27); }
H1.HeaderClassName
{
color: #BBBC1B;
}
.AnyTagClassName
{
color: #BBBC1B;
}
</style>
background-color css
<style>
a { background-color: #BBBC1B; }
a { background-color: rgb(187,188,27); }
div.DivClassName
{
background-color: #BBBC1B;
}
.BgClassName
{
background-color: #BBBC1B;
}
</style>
border-color css
<style>
span { border-color: #BBBC1B; }
span { border-color: rgb(187,188,27); }
td.TdClassName
{
border-color: #BBBC1B;
}
.TagClassName
{
border-color: #BBBC1B;
}
</style>