COLOR #A5BB4C

HEX: #A5BB4C RGB: (165,187,76)

Color info

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

RGB color model

#A5BB4C color RGB value is (165,187,76).

RGB: (165,187,76) (65%, 73%, 30%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 76 of 255 = 30%

165
187
76

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

Portions of RGB colors in percentages

R + G + B = 165 + 187 + 76 = 428 (100%)
R 165 of 428 ~ 38.55%
G 187 of 428 ~ 43.69%
B 76 of 428 ~ 17.76'%

%38.55
%43.69
%17.76

CMYK color model

#A5BB4C color CMYK value is (12,0,59,27).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 59.36%
  • key color value is 26.67%

CMYK: (12,0,59,27)
C12M0Y59K27 (12%, 0%, 59%, 27%)
(0.12 / 0.00 / 0.59 / 0.27)

CMYK percentages

%11.76
%0
%59.36
%26.67

Codes

Color #A5BB4C in popluar color models

A5 BB 4C
RGB 165 187 76
HSL 72° 44.94% 51.57%
HSB/HSV 72° 59.36% 73.33%
CMYK 11.76% 0.00% 59.36%
26.67%

Color #A5BB4C in popluar number systems.

HEX A5 BB 4C
Decimal 165 187 76
Binary 10100101 10111011 1001100
Octal 245 273 114

Shades and tints

Shades of #A5BB4C

#A5BB4C
(165,187,76)
#96AA46
(150,170,70)
#879940
(135,153,64)
#78883A
(120,136,58)
#697734
(105,119,52)
#5A662E
(90,102,46)
#4B5528
(75,85,40)
#3C4422
(60,68,34)
#2D331C
(45,51,28)
#1E2216
(30,34,22)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #A5BB4C

#A5BB4C
(165,187,76)
#ADC15C
(173,193,92)
#B5C76C
(181,199,108)
#BDCD7C
(189,205,124)
#C5D38C
(197,211,140)
#CDD99C
(205,217,156)
#D5DFAC
(213,223,172)
#DDE5BC
(221,229,188)
#E5EBCC
(229,235,204)
#EDF1DC
(237,241,220)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BB4C color. Also use rgb(165,187,76) instead hex code.

Text Font Color

.myTextColor { color: #A5BB4C; }

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

This text font color is #A5BB4C.

Background Color

.myBgColor { background-color: #A5BB4C; }

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

This div background color is #A5BB4C.

Border color

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

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

This div border color is #A5BB4C.

Opacity

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

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

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

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

This text has shadow with #A5BB4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BB4C.

Preview

Color preview on black background

This text has color #A5BB4C on black background.


Color preview on white background

This text has color #A5BB4C on white background.


Black color preview on #A5BB4C background

This text has black color on #A5BB4C background.


White color preview on #A5BB4C background

This text has white color on #A5BB4C background.


Related colors

Complementary color

Complementary color for #hex is #5A44B3.


I love getcolorcode.com

Triadic colors

1 #4CA5BB and #BB4CA5 with #A5BB4C are triadic colors.

2 #4CBBA5 and #BBA54C with #A5BB4C are triadic colors.