COLOR #89B476

HEX: #89B476
RGB: (137,180,118)

Renk bilgisi

#89B476 contains mainly red and green colors. #89B476 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#89B476 color RGB value is (137,180,118).

  • kırmız ton 137;
  • yeşil ton 180;
  • mavi ton 118.
RGB:
(137,180,118)
(54%,71%,46%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 180 of 255 = 71%
B 118 of 255 = 46%

137
180
118

R + G + B ~ 57%. #89B476 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 180 + 118 = 435 (100%)
R 137 of 435 ~ 31.49%
G 180 of 435 ~ 41.38%
B 118 of 435 ~ 27.13%

%31.49
%41.38
%27.13

CMYK RENK MODELİ

#89B476 rengi CMYK tonu (24,0,34,29).

  • camgöbeği tonu 23.89%
  • eflatun tonu 0.00%
  • sarı tonu 34.44%
  • ana renk tonu 29.41%
CMYK:
(24,0,34,29)
C24M0Y34K29 
(24%,0%,34%,29%)
(0.24/0.00/0.34/0.29)	

CMYK yüzdeleri

%23.89
%0
%34.44
%29.41

Codes

Color #89B476 in popluar color models

89B476
RGB137180118
HSL102°29.25%58.43%
HSB/HSV102°34.44%70.59%
CMYK23.89%0.00%34.44%
29.41%

Color #89B476 in popluar number systems.

HEX89B476
Decimal137180118
Binary10001001101101001110110
Octal211264166

Shades and tints

Shades of #89B476

#89B476
(137,180,118)
#7DA46C
(125,164,108)
#719462
(113,148,98)
#658458
(101,132,88)
#59744E
(89,116,78)
#4D6444
(77,100,68)
#41543A
(65,84,58)
#354430
(53,68,48)
#293426
(41,52,38)
#1D241C
(29,36,28)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #89B476

#89B476
(137,180,118)
#93BA82
(147,186,130)
#9DC08E
(157,192,142)
#A7C69A
(167,198,154)
#B1CCA6
(177,204,166)
#BBD2B2
(187,210,178)
#C5D8BE
(197,216,190)
#CFDECA
(207,222,202)
#D9E4D6
(217,228,214)
#E3EAE2
(227,234,226)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B476 color. Also use rgb(137,180,118) instead hex code.

Text Font Color

.myTextColor { color: #89B476; }

<p style="color:#89B476">This sample text font color is #89B476.</p>

This text font color is #89B476.


Background Color

.myBgColor { background-color: #89B476; }

<div style="background-color:#89B476">Inner text</div>

This div background color is #89B476.


Border color

.myBorderColor { border: 1px solid #89B476; }

<div style="border:3px solid #89B476">Div</div>

This div border color is #89B476.


Opacity

.myOpacity80 { color: #89B476; opacity: 0.8; }

<p style="color:#89B476;opacity:0.8;">80%</p>

Text with #89B476 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #89B476;}

<p style="text-shadow: 3px 3px 1px #89B476">Text here.</p>

This text has shadow with #89B476 color.

.textShadow {text-shadow: 3px 3px 1px #89B476, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #89B476, 5px 5px 20px red">Text here.</p>

This text has shadow with #89B476 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#89B476, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#89B476, Direction=45, Strength=4)">Text</p>

This text has shadow with #89B476 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #89B476;
  -webkit-box-shadow:	1px 1px 3px 2px #89B476;
  box-shadow:		1px 1px 3px 2px #89B476;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89B476;
-webkit-box-shadow: 1px 1px 3px 2px #89B476;
box-shadow:1px 1px 3px 2px #89B476;">
Div content here</div>
This div box has shadow with color #89B476.

Preview

Color preview on black background

This text has color #89B476 on black background.


Color preview on white background

This text has color #89B476 on white background.



Black color preview on #89B476 background

This text has black color on #89B476 background.


White color preview on #89B476 background

This text has white color on #89B476 background.