COLOR #99B542

HEX: #99B542 RGB: (153,181,66)

Color info

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

RGB color model

#99B542 color RGB value is (153,181,66).

RGB: (153,181,66) (60%, 71%, 26%)

RGB channels and saturation

R 153 of 255 = 60%
G 181 of 255 = 71%
B 66 of 255 = 26%

153
181
66

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

Portions of RGB colors in percentages

R + G + B = 153 + 181 + 66 = 400 (100%)
R 153 of 400 ~ 38.25%
G 181 of 400 ~ 45.25%
B 66 of 400 ~ 16.5'%

%38.25
%45.25
%16.5

CMYK color model

#99B542 color CMYK value is (15,0,64,29).

  • cyan value is 15.47%
  • magenta value is 0.00%
  • yellow value is 63.54%
  • key color value is 29.02%

CMYK: (15,0,64,29)
C15M0Y64K29 (15%, 0%, 64%, 29%)
(0.15 / 0.00 / 0.64 / 0.29)

CMYK percentages

%15.47
%0
%63.54
%29.02

Codes

Color #99B542 in popluar color models

99 B5 42
RGB 153 181 66
HSL 75° 46.56% 48.43%
HSB/HSV 75° 63.54% 70.98%
CMYK 15.47% 0.00% 63.54%
29.02%

Color #99B542 in popluar number systems.

HEX 99 B5 42
Decimal 153 181 66
Binary 10011001 10110101 1000010
Octal 231 265 102

Shades and tints

Shades of #99B542

#99B542
(153,181,66)
#8CA53C
(140,165,60)
#7F9536
(127,149,54)
#728530
(114,133,48)
#65752A
(101,117,42)
#586524
(88,101,36)
#4B551E
(75,85,30)
#3E4518
(62,69,24)
#313512
(49,53,18)
#24250C
(36,37,12)
#171506
(23,21,6)
#000000
(0,0,0)

Tints of #99B542

#99B542
(153,181,66)
#A2BB53
(162,187,83)
#ABC164
(171,193,100)
#B4C775
(180,199,117)
#BDCD86
(189,205,134)
#C6D397
(198,211,151)
#CFD9A8
(207,217,168)
#D8DFB9
(216,223,185)
#E1E5CA
(225,229,202)
#EAEBDB
(234,235,219)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B542 color. Also use rgb(153,181,66) instead hex code.

Text Font Color

.myTextColor { color: #99B542; }

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

This text font color is #99B542.

Background Color

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

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

This div background color is #99B542.

Border color

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

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

This div border color is #99B542.

Opacity

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

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

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

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

This text has shadow with #99B542 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B542.

Preview

Color preview on black background

This text has color #99B542 on black background.


Color preview on white background

This text has color #99B542 on white background.


Black color preview on #99B542 background

This text has black color on #99B542 background.


White color preview on #99B542 background

This text has white color on #99B542 background.


Related colors

Complementary color

Complementary color for #hex is #664ABD.


I love getcolorcode.com

Triadic colors

1 #4299B5 and #B54299 with #99B542 are triadic colors.

2 #42B599 and #B59942 with #99B542 are triadic colors.