Shades of Rio Grande #BBBC27
Tints of Rio Grande #BBBC27
RGB
CMYK
RGB Variations
Color information
#BBBC27 (or 0xBBBC27) is known color: Rio Grande. HEX triplet: BB, BC and 27. RGB value is (187,188,39). Sum of RGB (Red+Green+Blue) = 187+188+39=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 39 (15.62% from 255 or 9.42% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC27 is #4443D8. Grayscale: #ABABAB. Windows color (decimal): -4473817 or 2604219. OLE color: 2604219.
HSL color Cylindrical-coordinate representation of color #BBBC27: hue angle of 60.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBBC27 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 39 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.26 |
| HSL | 60.4º | 0.66% | 0.45% | - |
| HSV(B) | 60.4º | 0.79% | 0.74% | - |
| XYZ | 38.84 | 46.68 | 8.88 | - |
| YUV | 170.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 39 | 0.01 | 0 | 0.79 | 0.26 | 60.4 | 0.66 | 0.45 |
| Hex | BB | BC | 27 | 1 | 0 | 4F | 1A | 3C | 42 | 2D |
| Octal | 273 | 274 | 47 | 1 | 0 | 117 | 32 | 74 | 102 | 55 |
| Binary | 10111011 | 10111100 | 100111 | 1 | 0 | 1001111 | 11010 | 111100 | 1000010 | 101101 |
Color Harmonies of #BBBC27
Complementary color
Monochromatic Colors of #BBBC27
Black with #BBBC27
Text Example
Text Example
White with #BBBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC27; }
p { color: rgb(187,188,39); }
H1.HeaderClassName
{
color: #BBBC27;
}
.AnyTagClassName
{
color: #BBBC27;
}
</style>
background-color css
<style>
a { background-color: #BBBC27; }
a { background-color: rgb(187,188,39); }
div.DivClassName
{
background-color: #BBBC27;
}
.BgClassName
{
background-color: #BBBC27;
}
</style>
border-color css
<style>
span { border-color: #BBBC27; }
span { border-color: rgb(187,188,39); }
td.TdClassName
{
border-color: #BBBC27;
}
.TagClassName
{
border-color: #BBBC27;
}
</style>