COLOR #ABBE5C

HEX: #ABBE5C RGB: (171,190,92)

Color info

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

RGB color model

#ABBE5C color RGB value is (171,190,92).

RGB: (171,190,92) (67%, 75%, 36%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 92 of 255 = 36%

171
190
92

R + G + B ~ 59%. #ABBE5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 92 = 453 (100%)
R 171 of 453 ~ 37.75%
G 190 of 453 ~ 41.94%
B 92 of 453 ~ 20.31'%

%37.75
%41.94
%20.31

CMYK color model

#ABBE5C color CMYK value is (10,0,52,25).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 51.58%
  • key color value is 25.49%

CMYK: (10,0,52,25)
C10M0Y52K25 (10%, 0%, 52%, 25%)
(0.10 / 0.00 / 0.52 / 0.25)

CMYK percentages

%10
%0
%51.58
%25.49

Codes

Color #ABBE5C in popluar color models

AB BE 5C
RGB 171 190 92
HSL 72° 42.98% 55.29%
HSB/HSV 72° 51.58% 74.51%
CMYK 10.00% 0.00% 51.58%
25.49%

Color #ABBE5C in popluar number systems.

HEX AB BE 5C
Decimal 171 190 92
Binary 10101011 10111110 1011100
Octal 253 276 134

Shades and tints

Shades of #ABBE5C

#ABBE5C
(171,190,92)
#9CAD54
(156,173,84)
#8D9C4C
(141,156,76)
#7E8B44
(126,139,68)
#6F7A3C
(111,122,60)
#606934
(96,105,52)
#51582C
(81,88,44)
#424724
(66,71,36)
#33361C
(51,54,28)
#242514
(36,37,20)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #ABBE5C

#ABBE5C
(171,190,92)
#B2C36A
(178,195,106)
#B9C878
(185,200,120)
#C0CD86
(192,205,134)
#C7D294
(199,210,148)
#CED7A2
(206,215,162)
#D5DCB0
(213,220,176)
#DCE1BE
(220,225,190)
#E3E6CC
(227,230,204)
#EAEBDA
(234,235,218)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBE5C color. Also use rgb(171,190,92) instead hex code.

Text Font Color

.myTextColor { color: #ABBE5C; }

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

This text font color is #ABBE5C.

Background Color

.myBgColor { background-color: #ABBE5C; }

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

This div background color is #ABBE5C.

Border color

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

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

This div border color is #ABBE5C.

Opacity

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

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

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

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

This text has shadow with #ABBE5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBE5C.

Preview

Color preview on black background

This text has color #ABBE5C on black background.


Color preview on white background

This text has color #ABBE5C on white background.


Black color preview on #ABBE5C background

This text has black color on #ABBE5C background.


White color preview on #ABBE5C background

This text has white color on #ABBE5C background.


Related colors

Complementary color

Complementary color for #hex is #5441A3.


I love getcolorcode.com

Triadic colors

1 #5CABBE and #BE5CAB with #ABBE5C are triadic colors.

2 #5CBEAB and #BEAB5C with #ABBE5C are triadic colors.