Color Hex Logo

#9bac65 Color Hex

#9BAC65
(155,172,101)
0 Favorites   0 Comments

Color spaces of #9bac65

RGB 155172101
HSL0.210.300.54
HSV74°41°67°
CMYK 0.100.000.41   0.33
XYZ30.619137.413217.9196
Yxy37.41320.35620.4353
Hunter Lab61.1663-17.686225.4465
CIE-Lab67.5859-17.525734.5114

#9bac65 color RGB value is (155,172,101).

#9bac65 hex color red value is 155, green value is 172 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #9bac65 hue: 0.21 , saturation: 0.30 and the lightness value of 9bac65 is 0.54.

The process color (four color CMYK) of #9bac65 color hex is 0.10, 0.00, 0.41, 0.33. Web safe color of #9bac65 is #999966. Color #9bac65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 01100101
Octal 233 254 145
Decimal 155 172 101
Hex 9B AC 65

RGB Percentages of Color #9bac65

%36.21
%40.19
%23.60

CMYK Percentages of Color #9bac65

%10
%0
%41
%33

Triadic Colors of #9bac65

#9bac65 #659bac #ac659b

Analogous Colors of #9bac65

#9bac65 #78ac65 #ac9a65

Monochromatic Colors of #9bac65

#9bac65

Complementary Color

#9bac65 #7665ac

#9bac65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bac65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bac65 Color CSS Codes

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

#9bac65 Text Font Color

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

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


#9bac65 Background Color

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

This div background color is #9bac65


#9bac65 Border Color

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

This div border color is #9bac65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,172,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bac65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bac65;
  -webkit-box-shadow: 1px 1px 3px 2px #9bac65;
  box-shadow:         1px 1px 3px 2px #9bac65; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,172,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bac65


Comments

No comments written yet.

Please login to write comment.