COLOR #A9B630

HEX: #A9B630
RGB: (169,182,48)

Color info

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

RGB color model

#A9B630 color RGB value is (169,182,48).

  • red value is 169;
  • green value is 182;
  • blue value is 48.
RGB:
(169,182,48)
(66%,71%,19%)

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 48 of 255 = 19%

169
182
48

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 48 = 399 (100%)
R 169 of 399 ~ 42.36%
G 182 of 399 ~ 45.61%
B 48 of 399 ~ 12.03%

%42.36
%45.61
%12.03

CMYK color model

#A9B630 color CMYK value is (7,0,74,29).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 73.63%
  • key color value is 28.63%
CMYK:
(7,0,74,29)
C7M0Y74K29 
(7%,0%,74%,29%)
(0.07/0.00/0.74/0.29)	

CMYK percentages

%7.14
%0
%73.63
%28.63

Codes

Color #A9B630 in popluar color models

A9B630
RGB16918248
HSL66°58.26%45.10%
HSB/HSV66°73.63%71.37%
CMYK7.14%0.00%73.63%
28.63%

Color #A9B630 in popluar number systems.

HEXA9B630
Decimal16918248
Binary1010100110110110110000
Octal25126660

Shades and tints

Shades of #A9B630

#A9B630
(169,182,48)
#9AA62C
(154,166,44)
#8B9628
(139,150,40)
#7C8624
(124,134,36)
#6D7620
(109,118,32)
#5E661C
(94,102,28)
#4F5618
(79,86,24)
#404614
(64,70,20)
#313610
(49,54,16)
#22260C
(34,38,12)
#131608
(19,22,8)
#000000
(0,0,0)

Tints of #A9B630

#A9B630
(169,182,48)
#B0BC42
(176,188,66)
#B7C254
(183,194,84)
#BEC866
(190,200,102)
#C5CE78
(197,206,120)
#CCD48A
(204,212,138)
#D3DA9C
(211,218,156)
#DAE0AE
(218,224,174)
#E1E6C0
(225,230,192)
#E8ECD2
(232,236,210)
#EFF2E4
(239,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B630 color. Also use rgb(169,182,48) instead hex code.

Text Font Color

.myTextColor { color: #A9B630; }

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

This text font color is #A9B630.


Background Color

.myBgColor { background-color: #A9B630; }

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

This div background color is #A9B630.


Border color

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

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

This div border color is #A9B630.


Opacity

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

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

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

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

This text has shadow with #A9B630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B630 on black background.


Color preview on white background

This text has color #A9B630 on white background.



Black color preview on #A9B630 background

This text has black color on #A9B630 background.


White color preview on #A9B630 background

This text has white color on #A9B630 background.