COLOR #95B999

HEX: #95B999
RGB: (149,185,153)

Renk bilgisi

#95B999 contains red, green and blue colors in about the same proportion. #95B999 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#95B999 color RGB value is (149,185,153).

  • kırmız ton 149;
  • yeşil ton 185;
  • mavi ton 153.
RGB:
(149,185,153)
(58%,73%,60%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 185 of 255 = 73%
B 153 of 255 = 60%

149
185
153

R + G + B ~ 64%. #95B999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 185 + 153 = 487 (100%)
R 149 of 487 ~ 30.6%
G 185 of 487 ~ 37.99%
B 153 of 487 ~ 31.42%

%30.6
%37.99
%31.42

CMYK RENK MODELİ

#95B999 rengi CMYK tonu (19,0,17,27).

  • camgöbeği tonu 19.46%
  • eflatun tonu 0.00%
  • sarı tonu 17.30%
  • ana renk tonu 27.45%
CMYK:
(19,0,17,27)
C19M0Y17K27 
(19%,0%,17%,27%)
(0.19/0.00/0.17/0.27)	

CMYK yüzdeleri

%19.46
%0
%17.3
%27.45

Codes

Color #95B999 in popluar color models

95B999
RGB149185153
HSL127°20.45%65.49%
HSB/HSV127°19.46%72.55%
CMYK19.46%0.00%17.30%
27.45%

Color #95B999 in popluar number systems.

HEX95B999
Decimal149185153
Binary100101011011100110011001
Octal225271231

Shades and tints

Shades of #95B999

#95B999
(149,185,153)
#88A98C
(136,169,140)
#7B997F
(123,153,127)
#6E8972
(110,137,114)
#617965
(97,121,101)
#546958
(84,105,88)
#47594B
(71,89,75)
#3A493E
(58,73,62)
#2D3931
(45,57,49)
#202924
(32,41,36)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #95B999

#95B999
(149,185,153)
#9EBFA2
(158,191,162)
#A7C5AB
(167,197,171)
#B0CBB4
(176,203,180)
#B9D1BD
(185,209,189)
#C2D7C6
(194,215,198)
#CBDDCF
(203,221,207)
#D4E3D8
(212,227,216)
#DDE9E1
(221,233,225)
#E6EFEA
(230,239,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B999 color. Also use rgb(149,185,153) instead hex code.

Text Font Color

.myTextColor { color: #95B999; }

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

This text font color is #95B999.


Background Color

.myBgColor { background-color: #95B999; }

<div style="background-color:#95B999">Inner text</div>

This div background color is #95B999.


Border color

.myBorderColor { border: 1px solid #95B999; }

<div style="border:3px solid #95B999">Div</div>

This div border color is #95B999.


Opacity

.myOpacity80 { color: #95B999; opacity: 0.8; }

<p style="color:#95B999;opacity:0.8;">80%</p>

Text with #95B999 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 #95B999;}

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

This text has shadow with #95B999 color.

.textShadow {text-shadow: 3px 3px 1px #95B999, 3px 3px 1px red;}

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

This text has shadow with #95B999 primary color and red secondary color.


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

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

This text has shadow with #95B999 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B999 on black background.


Color preview on white background

This text has color #95B999 on white background.



Black color preview on #95B999 background

This text has black color on #95B999 background.


White color preview on #95B999 background

This text has white color on #95B999 background.