COLOR #99B471

HEX: #99B471
RGB: (153,180,113)

Renk bilgisi

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

RGB renk modeli

#99B471 color RGB value is (153,180,113).

  • kırmız ton 153;
  • yeşil ton 180;
  • mavi ton 113.
RGB:
(153,180,113)
(60%,71%,44%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 180 of 255 = 71%
B 113 of 255 = 44%

153
180
113

R + G + B ~ 58%. #99B471 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 180 + 113 = 446 (100%)
R 153 of 446 ~ 34.3%
G 180 of 446 ~ 40.36%
B 113 of 446 ~ 25.34%

%34.3
%40.36
%25.34

CMYK RENK MODELİ

#99B471 rengi CMYK tonu (15,0,37,29).

  • camgöbeği tonu 15.00%
  • eflatun tonu 0.00%
  • sarı tonu 37.22%
  • ana renk tonu 29.41%
CMYK:
(15,0,37,29)
C15M0Y37K29 
(15%,0%,37%,29%)
(0.15/0.00/0.37/0.29)	

CMYK yüzdeleri

%15
%0
%37.22
%29.41

Codes

Color #99B471 in popluar color models

99B471
RGB153180113
HSL84°30.88%57.45%
HSB/HSV84°37.22%70.59%
CMYK15.00%0.00%37.22%
29.41%

Color #99B471 in popluar number systems.

HEX99B471
Decimal153180113
Binary10011001101101001110001
Octal231264161

Shades and tints

Shades of #99B471

#99B471
(153,180,113)
#8CA467
(140,164,103)
#7F945D
(127,148,93)
#728453
(114,132,83)
#657449
(101,116,73)
#58643F
(88,100,63)
#4B5435
(75,84,53)
#3E442B
(62,68,43)
#313421
(49,52,33)
#242417
(36,36,23)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #99B471

#99B471
(153,180,113)
#A2BA7D
(162,186,125)
#ABC089
(171,192,137)
#B4C695
(180,198,149)
#BDCCA1
(189,204,161)
#C6D2AD
(198,210,173)
#CFD8B9
(207,216,185)
#D8DEC5
(216,222,197)
#E1E4D1
(225,228,209)
#EAEADD
(234,234,221)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B471 color. Also use rgb(153,180,113) instead hex code.

Text Font Color

.myTextColor { color: #99B471; }

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

This text font color is #99B471.


Background Color

.myBgColor { background-color: #99B471; }

<div style="background-color:#99B471">Inner text</div>

This div background color is #99B471.


Border color

.myBorderColor { border: 1px solid #99B471; }

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

This div border color is #99B471.


Opacity

.myOpacity80 { color: #99B471; opacity: 0.8; }

<p style="color:#99B471;opacity:0.8;">80%</p>

Text with #99B471 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 #99B471;}

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

This text has shadow with #99B471 color.

.textShadow {text-shadow: 3px 3px 1px #99B471, 3px 3px 1px red;}

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

This text has shadow with #99B471 primary color and red secondary color.


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

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

This text has shadow with #99B471 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B471 on black background.


Color preview on white background

This text has color #99B471 on white background.



Black color preview on #99B471 background

This text has black color on #99B471 background.


White color preview on #99B471 background

This text has white color on #99B471 background.