COLOR #A5BB68

HEX: #A5BB68
RGB: (165,187,104)

Color info

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

RGB color model

#A5BB68 color RGB value is (165,187,104).

  • red value is 165;
  • green value is 187;
  • blue value is 104.
RGB:
(165,187,104)
(65%,73%,41%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 104 of 255 = 41%

165
187
104

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

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 104 = 456 (100%)
R 165 of 456 ~ 36.18%
G 187 of 456 ~ 41.01%
B 104 of 456 ~ 22.81%

%36.18
%41.01
%22.81

CMYK color model

#A5BB68 color CMYK value is (12,0,44,27).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 44.39%
  • key color value is 26.67%
CMYK:
(12,0,44,27)
C12M0Y44K27 
(12%,0%,44%,27%)
(0.12/0.00/0.44/0.27)	

CMYK percentages

%11.76
%0
%44.39
%26.67

Codes

Color #A5BB68 in popluar color models

A5BB68
RGB165187104
HSL76°37.90%57.06%
HSB/HSV76°44.39%73.33%
CMYK11.76%0.00%44.39%
26.67%

Color #A5BB68 in popluar number systems.

HEXA5BB68
Decimal165187104
Binary10100101101110111101000
Octal245273150

Shades and tints

Shades of #A5BB68

#A5BB68
(165,187,104)
#96AA5F
(150,170,95)
#879956
(135,153,86)
#78884D
(120,136,77)
#697744
(105,119,68)
#5A663B
(90,102,59)
#4B5532
(75,85,50)
#3C4429
(60,68,41)
#2D3320
(45,51,32)
#1E2217
(30,34,23)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #A5BB68

#A5BB68
(165,187,104)
#ADC175
(173,193,117)
#B5C782
(181,199,130)
#BDCD8F
(189,205,143)
#C5D39C
(197,211,156)
#CDD9A9
(205,217,169)
#D5DFB6
(213,223,182)
#DDE5C3
(221,229,195)
#E5EBD0
(229,235,208)
#EDF1DD
(237,241,221)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BB68; }

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

This text font color is #A5BB68.


Background Color

.myBgColor { background-color: #A5BB68; }

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

This div background color is #A5BB68.


Border color

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

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

This div border color is #A5BB68.


Opacity

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

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

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

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

This text has shadow with #A5BB68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BB68 on black background.


Color preview on white background

This text has color #A5BB68 on white background.



Black color preview on #A5BB68 background

This text has black color on #A5BB68 background.


White color preview on #A5BB68 background

This text has white color on #A5BB68 background.