Bimi Green
#54682b
Bimi Green is a color with the hex code #54682b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #54682b | |
|---|---|---|
| RGB | rgb(84, 104, 43) | |
| HSL | hsl(80, 41%, 29%) | |
| CMYK | cmyk(19%, 0%, 59%, 59%) | |
| LAB | lab(41, -16, 31) | |
| OKLCH | oklch(0.49 0.09 125) |
Color harmonies
Tints & shades
Code snippets
color: #54682b;
background-color: #54682b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF54682B)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.41, blue: 0.17, alpha: 1.0)