COLOR #ABCB5B

HEX: #ABCB5B RGB: (171,203,91)

Color info

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

RGB color model

#ABCB5B color RGB value is (171,203,91).

RGB: (171,203,91) (67%, 80%, 36%)

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 91 of 255 = 36%

171
203
91

R + G + B ~ 61%. #ABCB5B is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 203 + 91 = 465 (100%)
R 171 of 465 ~ 36.77%
G 203 of 465 ~ 43.66%
B 91 of 465 ~ 19.57'%

%36.77
%43.66
%19.57

CMYK color model

#ABCB5B color CMYK value is (16,0,55,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 20.39%
CMYK: (16,0,55,20) C16M0Y55K20 (16%,0%,55%,20%) (0.16/0.00/0.55/0.20) 

CMYK percentages

%15.76
%0
%55.17
%20.39

Codes

Color #ABCB5B in popluar color models

AB CB 5B
RGB 171 203 91
HSL 77° 51.85% 57.65%
HSB/HSV 77° 55.17% 79.61%
CMYK 15.76% 0.00% 55.17%
20.39%

Color #ABCB5B in popluar number systems.

HEX AB CB 5B
Decimal 171 203 91
Binary 10101011 11001011 1011011
Octal 253 313 133

Shades and tints

Shades of #ABCB5B

#ABCB5B
(171,203,91)
#9CB953
(156,185,83)
#8DA74B
(141,167,75)
#7E9543
(126,149,67)
#6F833B
(111,131,59)
#607133
(96,113,51)
#515F2B
(81,95,43)
#424D23
(66,77,35)
#333B1B
(51,59,27)
#242913
(36,41,19)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #ABCB5B

#ABCB5B
(171,203,91)
#B2CF69
(178,207,105)
#B9D377
(185,211,119)
#C0D785
(192,215,133)
#C7DB93
(199,219,147)
#CEDFA1
(206,223,161)
#D5E3AF
(213,227,175)
#DCE7BD
(220,231,189)
#E3EBCB
(227,235,203)
#EAEFD9
(234,239,217)
#F1F3E7
(241,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCB5B color. Also use rgb(171,203,91) instead hex code.

Text Font Color

.myTextColor { color: #ABCB5B; }

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

This text font color is #ABCB5B.

Background Color

.myBgColor { background-color: #ABCB5B; }

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

This div background color is #ABCB5B.

Border color

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

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

This div border color is #ABCB5B.

Opacity

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

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

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

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

This text has shadow with #ABCB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCB5B.

Preview

Color preview on black background

This text has color #ABCB5B on black background.


Color preview on white background

This text has color #ABCB5B on white background.


Black color preview on #ABCB5B background

This text has black color on #ABCB5B background.


White color preview on #ABCB5B background

This text has white color on #ABCB5B background.


Related colors

Complementary color

Complementary color for #hex is #5434A4.


I love getcolorcode.com

Triadic colors

1 #5BABCB and #CB5BAB with #ABCB5B are triadic colors.

2 #5BCBAB and #CBAB5B with #ABCB5B are triadic colors.