Color: #BAD46C
#BAD46C Color Information
#BAD46C is a light color. The closest websafe version is #BAD46C. A complement of this color would be #876DD5, perceived brightness is 0.75, and the grayscale version is #A0A0A0.
In the HSL color space, this color has a hue angle of 75°,a saturation of 55%, and a lightness of 63%.The HSV representation shows a hue of 75°, a saturation of 49%, and a value of 83%.
In a RGB color space, #BAD46C is composed of 73% red, 83% green and 42% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 0% magenta, 49% yellow and 17% black.
In the Yxy color space, this color is represented as Y: 59.03, x: 0.3890, and y: 0.4695.
Color Code #BAD46C
Shades of Color #BAD46C
Shades are created by darkening the original color #BAD46C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #BAD46C
Tints are created by lightening the original color #BAD46C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #BAD46C Color Code
In the HSL color space, this color has a hue angle of 75°, a saturation of 55%, and a lightness of 63%. The HSV representation shows a hue of 75°, a saturation of 49%, and a value of 83%.
- HEX: #BAD46C
- RGB: rgb(186, 212, 108)
- HSL: hsl(75, 55%, 63%)
- HSV: hsv(75, 49%, 83%)
- CMYK: 12.00% cyan, 0.00% magenta, 49.00% yellow, 17.00% black
- XYZ: 48.91, 59.03, 17.79
- Yxy: 59.03, 0.3890, 0.4695
- Hunter Lab: 81.31, -20.68, 47.86
- CIE-Lab: 81.31, -20.68, 47.86
In the XYZ color space, this color is represented as X: 48.91, Y: 59.03, Z: 17.79. The Yxy representation further refines this as Y: 59.03, x: 0.3890, and y: 0.4695.
In the Hunter Lab color space, this color is represented as L: 81.31, a: -20.68, and b: 47.86. Similarly, in the CIE-Lab color space, it is represented as L: 81.31, a: -20.68, and b: 47.86.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #BAD46C
Triadic colors are three colors evenly spaced around the color wheel, including #BAD46C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BAD46C
Split complementary colors are two colors adjacent to the complementary color of #BAD46C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BAD46C
Monochromatic colors are variations of #BAD46C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BAD46C
The complementary color of #BAD46C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #BAD46C
/* Using HEX */ body { background-color: #bad46c; }
/* Using RGB */ body { background-color: rgb(186, 212, 108); }
/* Using RGB with opacity */ body { background-color: rgba(186, 212, 108, 0.5); }
/* Using HSL */ body { background-color: hsl(75, 55%, 63%); }
/* Text color */ p { color: #bad46c; }
/* Box shadow */ div { box-shadow: 4px 4px #bad46c; }
/* Border color */ .box { border: 4px solid #bad46c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bad46c; }
/* Background with text */ div { background: #bad46c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BAD46C
<!-- Using HEX --> <div style="background-color: #bad46c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(186, 212, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(186, 212, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(75, 55%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bad46c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bad46c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bad46c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bad46c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bad46c; color: #fff; padding: 16px; border-radius: 8px;"> #BAD46C </div>
Related Colors of #BAD46C
These colors are similar to #BAD46C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.