Color Hex Logo

#bac55b Color Hex

#BAC55B
(186,197,91)
0 Favorites   0 Comments

Color spaces of #bac55b

RGB 18619791
HSL0.180.480.56
HSV66°54°77°
CMYK 0.060.000.54   0.23
XYZ42.104351.126917.5469
Yxy51.12690.38010.4615
Hunter Lab71.5031-20.021435.5024
CIE-Lab76.7558-18.656551.0868

#bac55b color RGB value is (186,197,91).

#bac55b hex color red value is 186, green value is 197 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bac55b hue: 0.18 , saturation: 0.48 and the lightness value of bac55b is 0.56.

The process color (four color CMYK) of #bac55b color hex is 0.06, 0.00, 0.54, 0.23. Web safe color of #bac55b is #cccc66. Color #bac55b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01011011
Octal 272 305 133
Decimal 186 197 91
Hex BA C5 5B

RGB Percentages of Color #bac55b

%39.24
%41.56
%19.20

CMYK Percentages of Color #bac55b

%6
%0
%54
%23

Triadic Colors of #bac55b

#bac55b #5bbac5 #c55bba

Analogous Colors of #bac55b

#bac55b #85c55b #c59b5b

Monochromatic Colors of #bac55b

#bac55b

Complementary Color

#bac55b #665bc5

#bac55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac55b Color CSS Codes

.mybgcolor {background-color:#bac55b; } 
.myforecolor {color:#bac55b; }
.mybordercolor {border:3px solid #bac55b; }

#bac55b Text Font Color

<p style="color:#bac55b">Text here</p>

This sample text font color is #bac55b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bac55b Background Color

<div style="background-color:#bac55b">
Div content here</div>

This div background color is #bac55b


#bac55b Border Color

<div style="border:3px solid #bac55b">
Div here</div>

This div border color is #bac55b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,197,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bac55b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bac55b;
  -webkit-box-shadow: 1px 1px 3px 2px #bac55b;
  box-shadow:         1px 1px 3px 2px #bac55b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,197,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bac55b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bac55b;
  -webkit-box-shadow: 1px 1px 3px 2px #bac55b;
  box-shadow:         1px 1px 3px 2px #bac55b;">
Div content here</div>

This div box has shadow with color #bac55b

#bac55b Color Palettes


Comments

No comments written yet.

Please login to write comment.