#A3BA3A

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

Shades of Yellow Green #A3BA3A

Tints of Yellow Green #A3BA3A

Color information

#A3BA3A (or 0xA3BA3A) is unknown color: approx Yellow Green. HEX triplet: A3, BA and 3A. RGB value is (163,186,58). Sum of RGB (Red+Green+Blue) = 163+186+58=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BA3A is #5C45C5. Grayscale: #A5A5A5. Windows color (decimal): -6047174 or 3848867. OLE color: 3848867.

HSL color Cylindrical-coordinate representation of color #A3BA3A: hue angle of 70.78º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3BA3A is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB16318658-
CMYK0.1200.690.27
HSL70.78º52.46%47.84%-
HSV(B)70.78º68.82%72.94%-
XYZ33.4343.2110.58-
YUV164.5367.88126.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=40.05%
G=45.70%
B=14.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163186580.1200.690.2770.7852.4647.84
HexA3BA3AC0451B473430
Octal24327272140105331076460
Binary1010001110111010111010110001000101110111000111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA3A; }

 p { color: rgb(163,186,58); }

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

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

 a { background-color: rgb(163,186,58); }

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

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

 span { border-color: rgb(163,186,58); }

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