COLOR #95B02D

HEX: #95B02D RGB: (149,176,45)

Color info

#95B02D contains mainly red and green colors. Web safe color of #95B02D is #999933 (or #993).

RGB color model

#95B02D color RGB value is (149,176,45).

RGB: (149,176,45) (58%, 69%, 18%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 45 of 255 = 18%

149
176
45

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

Portions of RGB colors in percentages

R + G + B = 149 + 176 + 45 = 370 (100%)
R 149 of 370 ~ 40.27%
G 176 of 370 ~ 47.57%
B 45 of 370 ~ 12.16'%

%40.27
%47.57
%12.16

CMYK color model

#95B02D color CMYK value is (15,0,74,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 74.43%
  • key color value is 30.98%

CMYK: (15,0,74,31)
C15M0Y74K31 (15%, 0%, 74%, 31%)
(0.15 / 0.00 / 0.74 / 0.31)

CMYK percentages

%15.34
%0
%74.43
%30.98

Codes

Color #95B02D in popluar color models

95 B0 2D
RGB 149 176 45
HSL 72° 59.28% 43.33%
HSB/HSV 72° 74.43% 69.02%
CMYK 15.34% 0.00% 74.43%
30.98%

Color #95B02D in popluar number systems.

HEX 95 B0 2D
Decimal 149 176 45
Binary 10010101 10110000 101101
Octal 225 260 55

Shades and tints

Shades of #95B02D

#95B02D
(149,176,45)
#88A029
(136,160,41)
#7B9025
(123,144,37)
#6E8021
(110,128,33)
#61701D
(97,112,29)
#546019
(84,96,25)
#475015
(71,80,21)
#3A4011
(58,64,17)
#2D300D
(45,48,13)
#202009
(32,32,9)
#131005
(19,16,5)
#000000
(0,0,0)

Tints of #95B02D

#95B02D
(149,176,45)
#9EB740
(158,183,64)
#A7BE53
(167,190,83)
#B0C566
(176,197,102)
#B9CC79
(185,204,121)
#C2D38C
(194,211,140)
#CBDA9F
(203,218,159)
#D4E1B2
(212,225,178)
#DDE8C5
(221,232,197)
#E6EFD8
(230,239,216)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B02D color. Also use rgb(149,176,45) instead hex code.

Text Font Color

.myTextColor { color: #95B02D; }

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

This text font color is #95B02D.

Background Color

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

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

This div background color is #95B02D.

Border color

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

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

This div border color is #95B02D.

Opacity

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

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

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

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

This text has shadow with #95B02D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B02D.

Preview

Color preview on black background

This text has color #95B02D on black background.


Color preview on white background

This text has color #95B02D on white background.


Black color preview on #95B02D background

This text has black color on #95B02D background.


White color preview on #95B02D background

This text has white color on #95B02D background.


Related colors

Complementary color

Complementary color for #hex is #6A4FD2.


I love getcolorcode.com

Triadic colors

1 #2D95B0 and #B02D95 with #95B02D are triadic colors.

2 #2DB095 and #B0952D with #95B02D are triadic colors.