Color #BFBF40
#BFBF40rgb(191, 191, 64)
Color Codes
HEX#BFBF40
RGBrgb(191, 191, 64)
HSLhsl(60°, 50%, 50%)
CMYKcmyk(0%, 0%, 66%, 25%)
CIELABLab(75.3, -15.5, 61.2)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #BFBF40;color: #BFBF40;border: 2px solid #BFBF40;background: linear-gradient(135deg, #BFBF40, #4040bf);Code Export
css
:root {
--color-primary: #bfbf40;
--color-primary-rgb: 191, 191, 64;
--color-primary-hsl: 60, 50%, 50%;
}