#A3BD33

Color #A3BD33 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A3BD33

Tints of Yellow Green #A3BD33

Color information

#A3BD33 (or 0xA3BD33) is unknown color: approx Yellow Green. HEX triplet: A3, BD and 33. RGB value is (163,189,51). Sum of RGB (Red+Green+Blue) = 163+189+51=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD33 is #5C42CC. Grayscale: #A6A6A6. Windows color (decimal): -6046413 or 3390883. OLE color: 3390883.

HSL color Cylindrical-coordinate representation of color #A3BD33: hue angle of 71.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3BD33 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB16318951-
CMYK0.1400.730.26
HSL71.3º57.5%47.06%-
HSV(B)71.3º73.02%74.12%-
XYZ33.944.429.92-
YUV165.4963.39126.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=40.45%
G=46.90%
B=12.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163189510.1400.730.2671.357.547.06
HexA3BD33E0491A473a2f
Octal24327563160111321077257
Binary1010001110111101110011111001001001110101000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD33; }

 p { color: rgb(163,189,51); }

 H1.HeaderClassName
 {
   color: #A3BD33;
 }
 .AnyTagClassName
 {
   color: #A3BD33;
 }
</style>
background-color css

<style>
 a { background-color: #A3BD33; }

 a { background-color: rgb(163,189,51); }

 div.DivClassName
 {
   background-color: #A3BD33;
 }
 .BgClassName
 {
   background-color: #A3BD33;
 }
</style>
border-color css

<style>
 span { border-color: #A3BD33; }

 span { border-color: rgb(163,189,51); }

 td.TdClassName
 {
   border-color: #A3BD33;
 }
 .TagClassName
 {
   border-color: #A3BD33;
 }
</style>