COLOR #95BB58

HEX: #95BB58 RGB: (149,187,88)

Color info

#95BB58 contains mainly red and green colors. Web safe color of #95BB58 is #99CC66 (or #9C6).

RGB color model

#95BB58 color RGB value is (149,187,88).

RGB: (149,187,88) (58%, 73%, 35%)

RGB channels and saturation

R 149 of 255 = 58%
G 187 of 255 = 73%
B 88 of 255 = 35%

149
187
88

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

Portions of RGB colors in percentages

R + G + B = 149 + 187 + 88 = 424 (100%)
R 149 of 424 ~ 35.14%
G 187 of 424 ~ 44.1%
B 88 of 424 ~ 20.75'%

%35.14
%44.1
%20.75

CMYK color model

#95BB58 color CMYK value is (20,0,53,27).

  • cyan value is 20.32%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 26.67%

CMYK: (20,0,53,27)
C20M0Y53K27 (20%, 0%, 53%, 27%)
(0.20 / 0.00 / 0.53 / 0.27)

CMYK percentages

%20.32
%0
%52.94
%26.67

Codes

Color #95BB58 in popluar color models

95 BB 58
RGB 149 187 88
HSL 83° 42.13% 53.92%
HSB/HSV 83° 52.94% 73.33%
CMYK 20.32% 0.00% 52.94%
26.67%

Color #95BB58 in popluar number systems.

HEX 95 BB 58
Decimal 149 187 88
Binary 10010101 10111011 1011000
Octal 225 273 130

Shades and tints

Shades of #95BB58

#95BB58
(149,187,88)
#88AA50
(136,170,80)
#7B9948
(123,153,72)
#6E8840
(110,136,64)
#617738
(97,119,56)
#546630
(84,102,48)
#475528
(71,85,40)
#3A4420
(58,68,32)
#2D3318
(45,51,24)
#202210
(32,34,16)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #95BB58

#95BB58
(149,187,88)
#9EC167
(158,193,103)
#A7C776
(167,199,118)
#B0CD85
(176,205,133)
#B9D394
(185,211,148)
#C2D9A3
(194,217,163)
#CBDFB2
(203,223,178)
#D4E5C1
(212,229,193)
#DDEBD0
(221,235,208)
#E6F1DF
(230,241,223)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BB58 color. Also use rgb(149,187,88) instead hex code.

Text Font Color

.myTextColor { color: #95BB58; }

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

This text font color is #95BB58.

Background Color

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

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

This div background color is #95BB58.

Border color

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

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

This div border color is #95BB58.

Opacity

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

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

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

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

This text has shadow with #95BB58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95BB58.

Preview

Color preview on black background

This text has color #95BB58 on black background.


Color preview on white background

This text has color #95BB58 on white background.


Black color preview on #95BB58 background

This text has black color on #95BB58 background.


White color preview on #95BB58 background

This text has white color on #95BB58 background.


Related colors

Complementary color

Complementary color for #hex is #6A44A7.


I love getcolorcode.com

Triadic colors

1 #5895BB and #BB5895 with #95BB58 are triadic colors.

2 #58BB95 and #BB9558 with #95BB58 are triadic colors.