Color Hex Logo

#9bbc83 Color Hex

#9BBC83
(155,188,131)
0 Favorites   0 Comments

Color spaces of #9bbc83

RGB 155188131
HSL0.260.300.63
HSV95°30°74°
CMYK 0.180.000.30   0.26
XYZ35.597544.573728.2001
Yxy44.57370.32850.4113
Hunter Lab66.7635-21.662221.6911
CIE-Lab72.6103-21.530825.2911

#9bbc83 color RGB value is (155,188,131).

#9bbc83 hex color red value is 155, green value is 188 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #9bbc83 hue: 0.26 , saturation: 0.30 and the lightness value of 9bbc83 is 0.63.

The process color (four color CMYK) of #9bbc83 color hex is 0.18, 0.00, 0.30, 0.26. Web safe color of #9bbc83 is #99cc99. Color #9bbc83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111100 10000011
Octal 233 274 203
Decimal 155 188 131
Hex 9B BC 83

RGB Percentages of Color #9bbc83

%32.70
%39.66
%27.64

CMYK Percentages of Color #9bbc83

%18
%0
%30
%26

Triadic Colors of #9bbc83

#9bbc83 #839bbc #bc839b

Analogous Colors of #9bbc83

#9bbc83 #83bc88 #b8bc83

Monochromatic Colors of #9bbc83

#9bbc83

Complementary Color

#9bbc83 #a483bc

#9bbc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbc83 Color CSS Codes

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

#9bbc83 Text Font Color

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

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


#9bbc83 Background Color

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

This div background color is #9bbc83


#9bbc83 Border Color

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

This div border color is #9bbc83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbc83


Comments

No comments written yet.

Please login to write comment.