COLOR #A3B402

HEX: #A3B402
RGB: (163,180,2)

Color info

#A3B402 contains mainly red and green colors. Web safe color of #A3B402 is #99CC00 (or #9C0).

RGB color model

#A3B402 color RGB value is (163,180,2).

  • red value is 163;
  • green value is 180;
  • blue value is 2.
RGB:
(163,180,2)
(64%,71%,1%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 2 of 255 = 1%

163
180
2

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

Portions of RGB colors in percentages

R + G + B =
163 + 180 + 2 = 345 (100%)
R 163 of 345 ~ 47.25%
G 180 of 345 ~ 52.17%
B 2 of 345 ~ 0.58%

%47.25
%52.17

CMYK color model

#A3B402 color CMYK value is (9,0,99,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 98.89%
  • key color value is 29.41%
CMYK:
(9,0,99,29)
C9M0Y99K29 
(9%,0%,99%,29%)
(0.09/0.00/0.99/0.29)	

CMYK percentages

%9.44
%0
%98.89
%29.41

Codes

Color #A3B402 in popluar color models

A3B402
RGB1631802
HSL66°97.80%35.69%
HSB/HSV66°98.89%70.59%
CMYK9.44%0.00%98.89%
29.41%

Color #A3B402 in popluar number systems.

HEXA3B402
Decimal1631802
Binary101000111011010010
Octal2432642

Shades and tints

Shades of #A3B402

#A3B402
(163,180,2)
#95A402
(149,164,2)
#879402
(135,148,2)
#798402
(121,132,2)
#6B7402
(107,116,2)
#5D6402
(93,100,2)
#4F5402
(79,84,2)
#414402
(65,68,2)
#333402
(51,52,2)
#252402
(37,36,2)
#171402
(23,20,2)
#000000
(0,0,0)

Tints of #A3B402

#A3B402
(163,180,2)
#ABBA19
(171,186,25)
#B3C030
(179,192,48)
#BBC647
(187,198,71)
#C3CC5E
(195,204,94)
#CBD275
(203,210,117)
#D3D88C
(211,216,140)
#DBDEA3
(219,222,163)
#E3E4BA
(227,228,186)
#EBEAD1
(235,234,209)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B402 color. Also use rgb(163,180,2) instead hex code.

Text Font Color

.myTextColor { color: #A3B402; }

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

This text font color is #A3B402.


Background Color

.myBgColor { background-color: #A3B402; }

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

This div background color is #A3B402.


Border color

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

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

This div border color is #A3B402.


Opacity

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

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

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

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

This text has shadow with #A3B402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B402 on black background.


Color preview on white background

This text has color #A3B402 on white background.



Black color preview on #A3B402 background

This text has black color on #A3B402 background.


White color preview on #A3B402 background

This text has white color on #A3B402 background.