Shades of Rio Grande #BBC027
Tints of Rio Grande #BBC027
RGB
CMYK
RGB Variations
Color information
#BBC027 (or 0xBBC027) is known color: Rio Grande. HEX triplet: BB, C0 and 27. RGB value is (187,192,39). Sum of RGB (Red+Green+Blue) = 187+192+39=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC027 is #443FD8. Grayscale: #ADADAD. Windows color (decimal): -4472793 or 2605243. OLE color: 2605243.
HSL color Cylindrical-coordinate representation of color #BBC027: hue angle of 61.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBC027 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 39 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.25 |
| HSL | 61.96º | 0.66% | 0.45% | - |
| HSV(B) | 61.96º | 0.8% | 0.75% | - |
| XYZ | 39.71 | 48.41 | 9.17 | - |
| YUV | 173.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 39 | 0.03 | 0 | 0.80 | 0.25 | 61.96 | 0.66 | 0.45 |
| Hex | BB | C0 | 27 | 3 | 0 | 50 | 19 | 3E | 42 | 2D |
| Octal | 273 | 300 | 47 | 3 | 0 | 120 | 31 | 76 | 102 | 55 |
| Binary | 10111011 | 11000000 | 100111 | 11 | 0 | 1010000 | 11001 | 111110 | 1000010 | 101101 |
Color Harmonies of #BBC027
Complementary color
Monochromatic Colors of #BBC027
Black with #BBC027
Text Example
Text Example
White with #BBC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC027; }
p { color: rgb(187,192,39); }
H1.HeaderClassName
{
color: #BBC027;
}
.AnyTagClassName
{
color: #BBC027;
}
</style>
background-color css
<style>
a { background-color: #BBC027; }
a { background-color: rgb(187,192,39); }
div.DivClassName
{
background-color: #BBC027;
}
.BgClassName
{
background-color: #BBC027;
}
</style>
border-color css
<style>
span { border-color: #BBC027; }
span { border-color: rgb(187,192,39); }
td.TdClassName
{
border-color: #BBC027;
}
.TagClassName
{
border-color: #BBC027;
}
</style>