Color Hex Logo

#99bc74 Color Hex

#99BC74
(153,188,116)
0 Favorites   0 Comments

Color spaces of #99bc74

RGB 153188116
HSL0.250.350.60
HSV89°38°74°
CMYK 0.190.000.38   0.26
XYZ34.272543.999723.2094
Yxy43.99970.33770.4336
Hunter Lab66.3323-23.854225.6873
CIE-Lab72.2283-24.412632.6462

#99bc74 color RGB value is (153,188,116).

#99bc74 hex color red value is 153, green value is 188 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #99bc74 hue: 0.25 , saturation: 0.35 and the lightness value of 99bc74 is 0.60.

The process color (four color CMYK) of #99bc74 color hex is 0.19, 0.00, 0.38, 0.26. Web safe color of #99bc74 is #99cc66. Color #99bc74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111100 01110100
Octal 231 274 164
Decimal 153 188 116
Hex 99 BC 74

RGB Percentages of Color #99bc74

%33.48
%41.14
%25.38

CMYK Percentages of Color #99bc74

%19
%0
%38
%26

Triadic Colors of #99bc74

#99bc74 #7499bc #bc7499

Analogous Colors of #99bc74

#99bc74 #75bc74 #bcbb74

Monochromatic Colors of #99bc74

#99bc74

Complementary Color

#99bc74 #9774bc

#99bc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bc74 Color CSS Codes

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

#99bc74 Text Font Color

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

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


#99bc74 Background Color

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

This div background color is #99bc74


#99bc74 Border Color

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

This div border color is #99bc74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,188,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99bc74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99bc74;
  -webkit-box-shadow: 1px 1px 3px 2px #99bc74;
  box-shadow:         1px 1px 3px 2px #99bc74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bc74


Comments

No comments written yet.

Please login to write comment.