COLOR #95B548

HEX: #95B548 RGB: (149,181,72)

Color info

#95B548 contains mainly red and green colors. Web safe color of #95B548 is #99CC33 (or #9C3).

RGB color model

#95B548 color RGB value is (149,181,72).

RGB: (149,181,72) (58%, 71%, 28%)

RGB channels and saturation

R 149 of 255 = 58%
G 181 of 255 = 71%
B 72 of 255 = 28%

149
181
72

R + G + B ~ 52%. #95B548 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 181 + 72 = 402 (100%)
R 149 of 402 ~ 37.06%
G 181 of 402 ~ 45.02%
B 72 of 402 ~ 17.91'%

%37.06
%45.02
%17.91

CMYK color model

#95B548 color CMYK value is (18,0,60,29).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 60.22%
  • key color value is 29.02%

CMYK: (18,0,60,29)
C18M0Y60K29 (18%, 0%, 60%, 29%)
(0.18 / 0.00 / 0.60 / 0.29)

CMYK percentages

%17.68
%0
%60.22
%29.02

Codes

Color #95B548 in popluar color models

95 B5 48
RGB 149 181 72
HSL 78° 43.08% 49.61%
HSB/HSV 78° 60.22% 70.98%
CMYK 17.68% 0.00% 60.22%
29.02%

Color #95B548 in popluar number systems.

HEX 95 B5 48
Decimal 149 181 72
Binary 10010101 10110101 1001000
Octal 225 265 110

Shades and tints

Shades of #95B548

#95B548
(149,181,72)
#88A542
(136,165,66)
#7B953C
(123,149,60)
#6E8536
(110,133,54)
#617530
(97,117,48)
#54652A
(84,101,42)
#475524
(71,85,36)
#3A451E
(58,69,30)
#2D3518
(45,53,24)
#202512
(32,37,18)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #95B548

#95B548
(149,181,72)
#9EBB58
(158,187,88)
#A7C168
(167,193,104)
#B0C778
(176,199,120)
#B9CD88
(185,205,136)
#C2D398
(194,211,152)
#CBD9A8
(203,217,168)
#D4DFB8
(212,223,184)
#DDE5C8
(221,229,200)
#E6EBD8
(230,235,216)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B548 color. Also use rgb(149,181,72) instead hex code.

Text Font Color

.myTextColor { color: #95B548; }

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

This text font color is #95B548.

Background Color

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

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

This div background color is #95B548.

Border color

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

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

This div border color is #95B548.

Opacity

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

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

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

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

This text has shadow with #95B548 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B548.

Preview

Color preview on black background

This text has color #95B548 on black background.


Color preview on white background

This text has color #95B548 on white background.


Black color preview on #95B548 background

This text has black color on #95B548 background.


White color preview on #95B548 background

This text has white color on #95B548 background.


Related colors

Complementary color

Complementary color for #hex is #6A4AB7.


I love getcolorcode.com

Triadic colors

1 #4895B5 and #B54895 with #95B548 are triadic colors.

2 #48B595 and #B59548 with #95B548 are triadic colors.