Color Hex Logo

#bac65a Color Hex

#BAC65A
(186,198,90)
0 Favorites   0 Comments

Color spaces of #bac65a

RGB 18619890
HSL0.190.490.56
HSV67°55°78°
CMYK 0.060.000.55   0.22
XYZ42.289251.565517.3971
Yxy51.56550.38010.4635
Hunter Lab71.8091-20.545335.9023
CIE-Lab77.0203-19.239451.8534

#bac65a color RGB value is (186,198,90).

#bac65a hex color red value is 186, green value is 198 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bac65a hue: 0.19 , saturation: 0.49 and the lightness value of bac65a is 0.56.

The process color (four color CMYK) of #bac65a color hex is 0.06, 0.00, 0.55, 0.22. Web safe color of #bac65a is #cccc66. Color #bac65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01011010
Octal 272 306 132
Decimal 186 198 90
Hex BA C6 5A

RGB Percentages of Color #bac65a

%39.24
%41.77
%18.99

CMYK Percentages of Color #bac65a

%6
%0
%55
%22

Triadic Colors of #bac65a

#bac65a #5abac6 #c65aba

Analogous Colors of #bac65a

#bac65a #84c65a #c69c5a

Monochromatic Colors of #bac65a

#bac65a

Complementary Color

#bac65a #665ac6

#bac65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac65a Color CSS Codes

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

#bac65a Text Font Color

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

This sample text font color is #bac65a
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.


#bac65a Background Color

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

This div background color is #bac65a


#bac65a Border Color

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

This div border color is #bac65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac65a


Comments

No comments written yet.

Please login to write comment.