Color Hex Logo

#9bc469 Color Hex

#9BC469
(155,196,105)
0 Favorites   0 Comments

Color spaces of #9bc469

RGB 155196105
HSL0.240.440.59
HSV87°46°77°
CMYK 0.210.000.46   0.23
XYZ35.807347.468320.6397
Yxy47.46830.34460.4568
Hunter Lab68.8972-27.800130.4664
CIE-Lab74.4883-28.919141.1255

#9bc469 color RGB value is (155,196,105).

#9bc469 hex color red value is 155, green value is 196 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #9bc469 hue: 0.24 , saturation: 0.44 and the lightness value of 9bc469 is 0.59.

The process color (four color CMYK) of #9bc469 color hex is 0.21, 0.00, 0.46, 0.23. Web safe color of #9bc469 is #99cc66. Color #9bc469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000100 01101001
Octal 233 304 151
Decimal 155 196 105
Hex 9B C4 69

RGB Percentages of Color #9bc469

%33.99
%42.98
%23.03

CMYK Percentages of Color #9bc469

%21
%0
%46
%23

Triadic Colors of #9bc469

#9bc469 #699bc4 #c4699b

Analogous Colors of #9bc469

#9bc469 #6ec469 #c4c069

Monochromatic Colors of #9bc469

#9bc469

Complementary Color

#9bc469 #9269c4

#9bc469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc469 Color CSS Codes

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

#9bc469 Text Font Color

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

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


#9bc469 Background Color

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

This div background color is #9bc469


#9bc469 Border Color

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

This div border color is #9bc469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc469


Comments

No comments written yet.

Please login to write comment.