COLOR #A4BD92

HEX: #A4BD92 RGB: (164,189,146)

Color info

#A4BD92 contains red, green and blue colors in about the same proportion. Web safe color of #A4BD92 is #99CC99 (or #9C9).

RGB color model

#A4BD92 color RGB value is (164,189,146).

RGB: (164,189,146) (64%, 74%, 57%)

RGB channels and saturation

R 164 of 255 = 64%
G 189 of 255 = 74%
B 146 of 255 = 57%

164
189
146

R + G + B ~ 65%. #A4BD92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 189 + 146 = 499 (100%)
R 164 of 499 ~ 32.87%
G 189 of 499 ~ 37.88%
B 146 of 499 ~ 29.26'%

%32.87
%37.88
%29.26

CMYK color model

#A4BD92 color CMYK value is (13,0,23,26).

  • cyan value is 13.23%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 25.88%

CMYK: (13,0,23,26)
C13M0Y23K26 (13%, 0%, 23%, 26%)
(0.13 / 0.00 / 0.23 / 0.26)

CMYK percentages

%13.23
%0
%22.75
%25.88

Codes

Color #A4BD92 in popluar color models

A4 BD 92
RGB 164 189 146
HSL 95° 24.57% 65.69%
HSB/HSV 95° 22.75% 74.12%
CMYK 13.23% 0.00% 22.75%
25.88%

Color #A4BD92 in popluar number systems.

HEX A4 BD 92
Decimal 164 189 146
Binary 10100100 10111101 10010010
Octal 244 275 222

Shades and tints

Shades of #A4BD92

#A4BD92
(164,189,146)
#96AC85
(150,172,133)
#889B78
(136,155,120)
#7A8A6B
(122,138,107)
#6C795E
(108,121,94)
#5E6851
(94,104,81)
#505744
(80,87,68)
#424637
(66,70,55)
#34352A
(52,53,42)
#26241D
(38,36,29)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A4BD92

#A4BD92
(164,189,146)
#ACC39B
(172,195,155)
#B4C9A4
(180,201,164)
#BCCFAD
(188,207,173)
#C4D5B6
(196,213,182)
#CCDBBF
(204,219,191)
#D4E1C8
(212,225,200)
#DCE7D1
(220,231,209)
#E4EDDA
(228,237,218)
#ECF3E3
(236,243,227)
#F4F9EC
(244,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BD92 color. Also use rgb(164,189,146) instead hex code.

Text Font Color

.myTextColor { color: #A4BD92; }

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

This text font color is #A4BD92.

Background Color

.myBgColor { background-color: #A4BD92; }

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

This div background color is #A4BD92.

Border color

.myBorderColor { border: 1px solid #A4BD92; }

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

This div border color is #A4BD92.

Opacity

.myOpacity80 { color: #A4BD92; opacity: 0.8; }

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

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

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

This text has shadow with #A4BD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BD92.

Preview

Color preview on black background

This text has color #A4BD92 on black background.


Color preview on white background

This text has color #A4BD92 on white background.


Black color preview on #A4BD92 background

This text has black color on #A4BD92 background.


White color preview on #A4BD92 background

This text has white color on #A4BD92 background.


Related colors

Complementary color

Complementary color for #hex is #5B426D.


I love getcolorcode.com

Triadic colors

1 #92A4BD and #BD92A4 with #A4BD92 are triadic colors.

2 #92BDA4 and #BDA492 with #A4BD92 are triadic colors.