What is hex #B0BF1A color?

 
The hex code #B0BF1A is also know by an other name that is Acid Green.
This color is composed of 176% red, 191% green and 26% blue. So we can say that the RGB value is (176,191,26)
You need to use it for a printer? The CMYK colors code equivalent of hex #B0BF1A is C:8 M:0 Y:86, K:25) .
In the HSV/HSB scale, #B0BF1A has a hue of 65°, 86% saturation and a brightness value of 75%.
If you want to know all about the hex #B0BF1A, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #B0BF1A (complementary, analogous, triadic, tetradic...).

Hex #B0BF1A Color Codes & Equivalents

Color Name [Acid Green]
RGB Values (176,191,26)
CMYK Values (8%, 0%, 86%, 25%)
HSV/HSB Values (65°, 86%, 75%)
Closest Web Safe
#99CC33
Inverse Color
#4f40e5
Closest Pantone®
583 C
Closest RAL
RAL 1012 [Lemon yellow]
Complementary Color
#291abf

#B0BF1A Converted to Grayscale Codes

Average
#838383
Lightness (Desaturation)
#6d6d6d
Weighted (BT601)
#a8a8a8
Luma (BT709)
#b0b0b0

Hex #B0BF1A Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #B0BF1A is #291abf. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #B0BF1A you will find #291abf. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#B0BF1A #291abf

Analogous Palette

The analogous color scheme of #B0BF1A is composed with colors #BF7B1A and #5DBF1A. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #B0BF1A with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#BF7B1A #B0BF1A #5DBF1A

Split-Complementary Palette

The split-complementary color scheme of #B0BF1A is composed with colors #7B1ABF and #1A5DBF. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#B0BF1A #7B1ABF #1A5DBF

Triadic Palette

The triadic color scheme of #B0BF1A is composed with colors #BF1AB0 and #1AB0BF. They are located to the right and left of your main color #B0BF1A with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#B0BF1A #BF1AB0 #1AB0BF

Tetradic Palette

The tetradic color scheme of #B0BF1A is composed with colors #1AB0BF, #291ABF and #BF291A A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#B0BF1A #1AB0BF #291ABF #BF291A

Square Palette

The square color scheme of #B0BF1A is composed with colors #1ABF7B, #291ABF and #BF1A5D To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#B0BF1A #1ABF7B #291ABF #BF1A5D

Tints, Tones & Shades of Hex #B0BF1A

Tints

Tints are created by adding white, resulting in lighter shades of #B0BF1A.

#B0BF1A #C0D01C #CFE021 #D3E332 #D7E544 #DAE856 #DEEA68 #E2ED7A

Tones

Tones are made by mixing with gray, softening the original color.

#B0BF1A #A7B424 #9EA92F #959F39 #8D9444 #84894F #7B7F59 #737464

Shades

Shades result from adding black, creating darker variations.

#B0BF1A #9FAD17 #8E9B15 #7E8912 #6D7710 #5D650D #4C530B #3C4108

Hex #B0BF1A in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #B0BF1A
Java new Color(176,191,26);
Python Color(#B0BF1A)
.NET Color.FromArgb(255, 176,191,26);
Swift / iOS UIColor(red: 0.69, green: 0.75, blue: 0.1, alpha: 1)
Kotlin / Android Color.rgb(176, 191, 26)