COLOR #A5BF66

HEX: #A5BF66 RGB: (165,191,102)

Color info

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

RGB color model

#A5BF66 color RGB value is (165,191,102).

RGB: (165,191,102) (65%, 75%, 40%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 102 of 255 = 40%

165
191
102

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

Portions of RGB colors in percentages

R + G + B = 165 + 191 + 102 = 458 (100%)
R 165 of 458 ~ 36.03%
G 191 of 458 ~ 41.7%
B 102 of 458 ~ 22.27'%

%36.03
%41.7
%22.27

CMYK color model

#A5BF66 color CMYK value is (14,0,47,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 46.60%
  • key color value is 25.10%

CMYK: (14,0,47,25)
C14M0Y47K25 (14%, 0%, 47%, 25%)
(0.14 / 0.00 / 0.47 / 0.25)

CMYK percentages

%13.61
%0
%46.6
%25.1

Codes

Color #A5BF66 in popluar color models

A5 BF 66
RGB 165 191 102
HSL 78° 41.01% 57.45%
HSB/HSV 78° 46.60% 74.90%
CMYK 13.61% 0.00% 46.60%
25.10%

Color #A5BF66 in popluar number systems.

HEX A5 BF 66
Decimal 165 191 102
Binary 10100101 10111111 1100110
Octal 245 277 146

Shades and tints

Shades of #A5BF66

#A5BF66
(165,191,102)
#96AE5D
(150,174,93)
#879D54
(135,157,84)
#788C4B
(120,140,75)
#697B42
(105,123,66)
#5A6A39
(90,106,57)
#4B5930
(75,89,48)
#3C4827
(60,72,39)
#2D371E
(45,55,30)
#1E2615
(30,38,21)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #A5BF66

#A5BF66
(165,191,102)
#ADC473
(173,196,115)
#B5C980
(181,201,128)
#BDCE8D
(189,206,141)
#C5D39A
(197,211,154)
#CDD8A7
(205,216,167)
#D5DDB4
(213,221,180)
#DDE2C1
(221,226,193)
#E5E7CE
(229,231,206)
#EDECDB
(237,236,219)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BF66 color. Also use rgb(165,191,102) instead hex code.

Text Font Color

.myTextColor { color: #A5BF66; }

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

This text font color is #A5BF66.

Background Color

.myBgColor { background-color: #A5BF66; }

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

This div background color is #A5BF66.

Border color

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

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

This div border color is #A5BF66.

Opacity

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

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

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

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

This text has shadow with #A5BF66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BF66.

Preview

Color preview on black background

This text has color #A5BF66 on black background.


Color preview on white background

This text has color #A5BF66 on white background.


Black color preview on #A5BF66 background

This text has black color on #A5BF66 background.


White color preview on #A5BF66 background

This text has white color on #A5BF66 background.


Related colors

Complementary color

Complementary color for #hex is #5A4099.


I love getcolorcode.com

Triadic colors

1 #66A5BF and #BF66A5 with #A5BF66 are triadic colors.

2 #66BFA5 and #BFA566 with #A5BF66 are triadic colors.